Files
kubernetes-the-hard-way/docs
Tin Vuong 673aa9ba05 fix: Remove redundant kubelet-config.yaml copy in node setup script
The first code block in the node setup script already correctly modifies and copies the `kubelet-config.yaml` file to each worker node, replacing the "SUBNET" placeholder with the appropriate subnet.

The second code block was redundantly copying the original, unmodified `kubelet-config.yaml` file, overwriting the correctly modified version.
2025-03-09 19:18:18 -04:00
..