Set default k8s version to 1.20.5
This commit is contained in:
parent
6d3dbb43a4
commit
6d9ed398e3
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
|
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
|
||||||
FROM ubuntu:bionic-20200807
|
FROM ubuntu:bionic-20200807
|
||||||
|
|
||||||
ENV KUBE_VERSION=v1.20.4
|
ENV KUBE_VERSION=v1.20.5
|
||||||
|
|
||||||
RUN mkdir /kubespray
|
RUN mkdir /kubespray
|
||||||
WORKDIR /kubespray
|
WORKDIR /kubespray
|
||||||
|
|
|
@ -128,7 +128,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
## Supported Components
|
## Supported Components
|
||||||
|
|
||||||
- Core
|
- Core
|
||||||
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.20.4
|
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.20.5
|
||||||
- [etcd](https://github.com/coreos/etcd) v3.4.13
|
- [etcd](https://github.com/coreos/etcd) v3.4.13
|
||||||
- [docker](https://www.docker.com/) v19.03 (see note)
|
- [docker](https://www.docker.com/) v19.03 (see note)
|
||||||
- [containerd](https://containerd.io/) v1.3.9
|
- [containerd](https://containerd.io/) v1.3.9
|
||||||
|
|
|
@ -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.20.4
|
kube_version: v1.20.5
|
||||||
|
|
||||||
# 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)
|
||||||
|
|
|
@ -15,7 +15,7 @@ is_fedora_coreos: false
|
||||||
disable_swap: true
|
disable_swap: 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.20.4
|
kube_version: v1.20.5
|
||||||
|
|
||||||
## The minimum version working
|
## The minimum version working
|
||||||
kube_version_min_required: v1.18.0
|
kube_version_min_required: v1.18.0
|
||||||
|
|
Loading…
Reference in a new issue