mirror of https://github.com/kubernetes/kops.git
Automatic merge from submit-queue Add cluster spec to node user data so component config changes are detected Related to #3076 Some cluster changes such as component config modifications are not picked up when performing updates (nodes are not marked as `NEEDUPDATE`). This change introduces the ability to: 1. Include certain cluster specs within the node user data file ~(`enableClusterSpecInUserData: true`)~ 2. ~Encode the cluster spec string before placing within the user data file (`enableClusterSpecInUserData: true`)~ ~The above flags default to false so shouldn't cause any changes to existing clusters.~ Following feedback I've removed the optional API flags, so component config is included by default within the user data. This WILL cause all nodes to have a required update to their bootstrap scripts. |
||
|---|---|---|
| .. | ||
| api_loadbalancer.go | ||
| autoscalinggroup.go | ||
| autoscalinggroup_test.go | ||
| context.go | ||
| convenience.go | ||