Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-2.14] fix: Allow open-vm-tools to wait indefinitely for cloud-init to finish #1205

Conversation

dlipovetsky
Copy link
Collaborator

What problem does this PR solve?:
The default timeout is 30s. At that point, open-vm-tools restarts the machine, interrupting the cloud-init bootstrap; the bootstrap does not run on reboot.

Because kubeadm init/join runs as a cloud-init command, and can run over 5m, the timeout is not enough.

Backport of #1203

Which issue(s) does this PR fix?:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


The default timeout is 30s. At that point, open-vm-tools restarts the
machine, interrupting the cloud-init bootstrap; the bootstrap does not
run on reboot.

Because kubeadm init/join runs as a cloud-init command, and can run over
5m, the timeout is not enough.
@dlipovetsky dlipovetsky requested review from faiq and supershal October 14, 2024 17:39
@dlipovetsky dlipovetsky merged commit 0c30e98 into release-2.14 Oct 14, 2024
12 of 13 checks passed
@dlipovetsky dlipovetsky deleted the dlipovetsky/fix-vmware-cloudinit-timeout-release-2.14 branch October 14, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants