Hello, is there a way to cycle all the nodes in a cluster without applying updates? it would be good to cycle them once a week to clear out any issues
You can force a rolling update is you like. There is a --force flag
any way of only updating nodes?
any way of only updating nodes?
I think you're looking for the --instance-group flag.
Example:
kops rolling-update cluster \
--name=[your cluster name] \
--node-interval 8m \
--instance-group nodes \
--force \
--yes
Most helpful comment
I think you're looking for the
--instance-groupflag.Example: