-
Notifications
You must be signed in to change notification settings - Fork 295
What are the viable upgrade paths for a kube-aws 0.9.9 k8s 1.8 cluster to k8s 1.9 #1120
Comments
I’ve upgraded 1.8 to 1.9 using the kube-aws update command but had to delete all the secrets generated from service accounts and then cycle all the kube-system pods, after that it’s working. Side note, at least for me there’s an existing latest coreos issue that the Docker version won’t always terminate containers properly but that was present since roughly 1.8 timescales. |
The @c-knowles, @camilb reports a similar experience, sometimes having to recreate secrets and restart So probably better to stick with the same |
k8s 1.10.0 is released to stable but the last stable @c-knowles regards that container termination issue, CoreOS 1688.x.y has docker 17.12.1 which is supposed to fix the bug with not catching container exits. |
@whereisaaron cool, thanks! I'll give it another go shortly. Ref for that issue - #1135. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
For existing 0.9.9 k8s 1.8.x clusters, what are the viable upgrade paths to 1.9.x?
First backup everything in sight, and then:
kube-aws
to 0.9.10, review/render/validatecluster.yaml
, runkube-aws update
kube-aws
0.9.9 but bump the hypercube version to 1.9 and update the various container image versions, render/validate, and then runkube-aws update
kube-aws
0.9.10, migrate the workload, destroy 1.8.x clusterThe text was updated successfully, but these errors were encountered: