Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
2fd529a9
Commit
2fd529a9
authored
3 years ago
by
Florian Ruynat
Committed by
Kubernetes Prow Robot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Kubernetes version to v1.22.4
parent
1f6f79c9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+1
-1
1 addition, 1 deletion
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
roles/kubespray-defaults/defaults/main.yaml
+1
-1
1 addition, 1 deletion
roles/kubespray-defaults/defaults/main.yaml
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
2fd529a9
...
...
@@ -131,7 +131,7 @@ Note: Upstart/SysV init based OS types are not supported.
## Supported Components
-
Core
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.22.
3
-
[
kubernetes
](
https://github.com/kubernetes/kubernetes
)
v1.22.
4
-
[
etcd
](
https://github.com/coreos/etcd
)
v3.5.0
-
[
docker
](
https://www.docker.com/
)
v20.10 (see note)
-
[
containerd
](
https://containerd.io/
)
v1.4.9
...
...
This diff is collapsed.
Click to expand it.
inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+
1
−
1
View file @
2fd529a9
...
...
@@ -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.22.
3
kube_version
:
v1.22.
4
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
...
...
This diff is collapsed.
Click to expand it.
roles/kubespray-defaults/defaults/main.yaml
+
1
−
1
View file @
2fd529a9
...
...
@@ -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.22.
3
kube_version
:
v1.22.
4
## The minimum version working
kube_version_min_required
:
v1.20.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment