amimof / kubernetes-the-right-way

Install Kubernetes with Ansible
MIT License
28 stars 7 forks source link

Upgrade Kubernetes to `1.20.6` #72

Closed anton-johansson closed 3 years ago

anton-johansson commented 3 years ago

Also upgrade containerd to 1.4.1.

Note that the following two options are now required:

  --service-account-signing-key-file
  --service-account-issuer

We switched so we use the public key as service-account-key-file and use the private key as service-account-signing-key-file, as suggested by the Kubernetes documentation. It works in our upgraded cluster.

amimof commented 3 years ago

Looks good. Go ahead and merge whenever