Skip to content

Commit 3250822

Browse files
committed
Kubernetes: rework jump pod provisioning
With these changes, run_job() only creates a jump pod, and it is provisioned in update_provisioning_data() as follows: - check if the pod is running, try again later if not - collect all cluster external IPs, prefer the pod's node IP, fall back to a random IP if the pod's node has no external IP - connect to the jump pod, add the user's public SSH key This patch also fixes a bug introduced in #3273 where it was not possible to add another user's public key due to `ForceCommand /bin/false`. Fixes: #3559
1 parent 3c43b25 commit 3250822

File tree

3 files changed

+188
-203
lines changed

3 files changed

+188
-203
lines changed

0 commit comments

Comments
 (0)