Kops: Cycle Nodes

Created on 22 Jul 2017  路  3Comments  路  Source: kubernetes/kops

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

Most helpful comment

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

All 3 comments

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
Was this page helpful?
0 / 5 - 0 ratings

Related issues

georgebuckerfield picture georgebuckerfield  路  4Comments

justinsb picture justinsb  路  4Comments

olalonde picture olalonde  路  4Comments

austinmoore- picture austinmoore-  路  5Comments

argusua picture argusua  路  5Comments