You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @darox, sorry not quite groking the pre/post script setup. If you're relying on cloud-init to execute user data scripts then everything will run before nodeadm is completed. The bootstrap is split into 2 parts so it looks something like nodeadm-config > cloud-init > nodeadm-run.
Have you checked the logs for those services via journalctl -u nodeadm-run
What happened:
I have to run the following script at boot to configure the interfaces for XDP, I don't matter if it's pre or post nodeadm.
With post-noeadm
In this case nodes don't join the cluster.
The status of Kubelet:
Kubelet service logs:
The user data is as follows:
The script ran, because we can see the changed MTU:
With pre-noeadm
In this case nodes join the cluster, but the interface MTU is still the same:
What you expected to happen:
I expect that post or pre scripts run successfully and the nodes can join the cluster.
How to reproduce it (as minimally and precisely as possible):
Define some pre and post nodeadm scripts and check if scripts ran and if nodes joined the cluster.
Environment: EKS
The text was updated successfully, but these errors were encountered: