Skip to content

Commit

Permalink
Merge pull request #304 from justinsb/fix_286
Browse files Browse the repository at this point in the history
Add note that ASGs change during upgrade from 1.2
  • Loading branch information
justinsb authored Aug 15, 2016
2 parents 8be3b87 + 8bcbfd2 commit 5a1c1dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/upgrade_from_k8s_12.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ kubectl delete secret --namespace kube-system default-token-lhfkx
Then restart the kube-dns pod so it picks up a valid secret:
`kubectl delete pods --namespace kube-system --selector "k8s-app=kube-dns"`

## Other fixes

* If you're using a manually created ELB, the auto-scaling groups change, so you will need to reconfigure
your ELBs to include the new auto-scaling group(s).

## Delete remaining resources of the old cluster

Expand Down

0 comments on commit 5a1c1dc

Please sign in to comment.