Browse Source

Update Kubernetes version to 1.21.4

pull/7924/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
b5aced20e1
2 changed files with 2 additions and 2 deletions
  1. 2
      README.md
  2. 2
      inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml

2
README.md

@ -130,7 +130,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components ## Supported Components
- Core - Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.21.3
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.21.4
- [etcd](https://github.com/coreos/etcd) v3.4.13 - [etcd](https://github.com/coreos/etcd) v3.4.13
- [docker](https://www.docker.com/) v20.10 (see note) - [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.4.6 - [containerd](https://containerd.io/) v1.4.6

2
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml

@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release ## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.21.3
kube_version: v1.21.4
# Where the binaries will be downloaded. # Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G) # Note: ensure that you've enough disk space (about 1G)

Loading…
Cancel
Save