Skip to content

Commit

Permalink
fix: Allow open-vm-tools to wait indefinitely for cloud-init to finish (
Browse files Browse the repository at this point in the history
#1203)

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.
  • Loading branch information
dlipovetsky authored Oct 14, 2024
1 parent e9b4f51 commit a39cd97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/providers/files/etc/vmware-tools/tools.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[guestinfo]
exclude-nics=antrea-*,ovs-system,br*,flannel*,veth*,vxlan_sys_*,genev_sys_*,gre_sys_*,stt_sys_*,????????-??????

[deployPkg]
wait-cloudinit-timeout=0

0 comments on commit a39cd97

Please sign in to comment.