From 8bcbfd299117ff868527423b3b97412bd1c03098 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 14 Aug 2016 22:41:37 -0400 Subject: [PATCH] Add note that ASGs change during upgrade from 1.2 Fix #286 --- docs/upgrade_from_k8s_12.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/upgrade_from_k8s_12.md b/docs/upgrade_from_k8s_12.md index 3cfa318f0ab6a..f4f624fefede0 100644 --- a/docs/upgrade_from_k8s_12.md +++ b/docs/upgrade_from_k8s_12.md @@ -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