Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request kubernetes-retired#1198 from hartym/patch-1
Browse files Browse the repository at this point in the history
Doc: notice about service token invalidation after credentials update.
  • Loading branch information
mumoshu authored Mar 27, 2018
2 parents b044b9e + 1d541fb commit 62f93cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting-started/step-4-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ More concretely, steps should be taken in order to rotate your certs on nodes ar
kube-aws update
```

There are cases where the service account tokens used by the system pods become invalid after credentials update, and
some of your system pods will break (especially `kube-dns`). Deleting the said secrets will solve the issue (see https://github.com/kubernetes-incubator/kube-aws/issues/1057).

## The etcd caveat

There is no solution for hosting an etcd cluster in a way that is easily updateable in this fashion- so updates are automatically masked for the etcd instances. This means that, after the cluster is created, nothing about the etcd ec2 instances is allowed to be updated.
Expand Down

0 comments on commit 62f93cd

Please sign in to comment.