Skip to content

Commit

Permalink
[2.17] Update kubernetes version to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenichi Omichi committed Oct 28, 2021
1 parent 7e296b1 commit 284abf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components

- Core
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.21.5
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.21.6
- [etcd](https://github.com/coreos/etcd) v3.4.13
- [docker](https://www.docker.com/) v20.10 (see note)
- [containerd](https://containerd.io/) v1.4.9
Expand Down
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kube_token_dir: "{{ kube_config_dir }}/tokens"
kube_api_anonymous_auth: true

## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.21.5
kube_version: v1.21.6

# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
Expand Down
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ is_fedora_coreos: false
disable_swap: true

## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.21.3
kube_version: v1.21.6

## The minimum version working
kube_version_min_required: v1.19.0
Expand Down

0 comments on commit 284abf1

Please sign in to comment.