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

fix: Allow open-vm-tools to wait indefinitely for cloud-init to finish #1203

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. fix: Allow open-vm-tools to wait indefinitely for cloud-init to finish

    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 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9f7740a View commit details
    Browse the repository at this point in the history