Initial docs for how to apply a configuration change

The procedure could definitely use some work!
This commit is contained in:
Justin Santa Barbara 2016-07-05 13:04:17 -04:00
parent e1e36ded1f
commit a2d7dc017c
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
## Changing a cluster configuration
(This procedure is currently unnecessarily convoluted. Expect it to get streamlined!)
Edit the cluster spec: `kops edit cluster --name ${NAME}`
View the changes you are going to apply `kops create cluster --name ${DRYRUN} --dryrun`
Apply the changes for real `kops create cluster --name ${DRYRUN}`
See which nodes need to be restarted `kops rolling-update cluster --name ${NAME} --region ${REGION}`
Apply the rolling-update `kops rolling-update cluster --name ${NAME} --region ${REGION} --yes`