Skip to content

Instantly share code, notes, and snippets.

@mrballcb
Created January 19, 2018 06:17
Show Gist options
  • Save mrballcb/6733184bb4d5aebd8841e746f00a0030 to your computer and use it in GitHub Desktop.
Save mrballcb/6733184bb4d5aebd8841e746f00a0030 to your computer and use it in GitHub Desktop.
kops rolling-update --interactive, answered no
~/repos/kubernetes-kops tlyons(⎈ |iad1:default) (test_1_8_0_interactive_cli) $ $KOPS rolling-update cluster sjc1.cloud.net --interactive --yes --node-interval 3m0s --force --instance-group nodes
NAME STATUS NEEDUPDATE READY MIN MAX NODES
nodes Ready 0 2 2 20 2
I0118 22:11:38.598151 49094 instancegroups.go:158] Draining the node: "ip-10-1-61-33.us-west-1.compute.internal".
node "ip-10-1-61-33.us-west-1.compute.internal" cordoned
node "ip-10-1-61-33.us-west-1.compute.internal" cordoned
WARNING: Ignoring DaemonSet-managed pods: canal-19pmc; Deleting pods not managed by ReplicationController, ReplicaSet, Job, DaemonSet or StatefulSet: kube-proxy-ip-10-1-61-33.us-west-1.compute.internal
node "ip-10-1-61-33.us-west-1.compute.internal" drained
I0118 22:13:08.908090 49094 instancegroups.go:275] Stopping instance "i-04176bbac40527d44", node "ip-10-1-61-33.us-west-1.compute.internal", in group "nodes.sjc1.cloud.net".
I0118 22:16:09.202630 49094 instancegroups.go:189] Validating the cluster.
I0118 22:16:09.731333 49094 instancegroups.go:250] Cluster validated.
I0118 22:16:09.731350 49094 instancegroups.go:74] Pausing after finished "ip-10-1-61-33.us-west-1.compute.internal"
Continue? (Y)es, (N)o, (A)lwaysYes: [Y] n
I0118 22:16:13.076599 49094 instancegroups.go:87] User signaled to stop
~/repos/kubernetes-kops tlyons(⎈ |iad1:default) (test_1_8_0_interactive_cli) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment