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
801268d5
Unverified
Commit
801268d5
authored
3 years ago
by
Cristian Calin
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
containerd: upgrade versions 1.4.11 and 1.5.7 and make 1.4.11 the default (#8129)
parent
46c536d2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/download/defaults/main.yml
+6
-0
6 additions, 0 deletions
roles/download/defaults/main.yml
roles/kubespray-defaults/defaults/main.yaml
+1
-1
1 addition, 1 deletion
roles/kubespray-defaults/defaults/main.yaml
with
7 additions
and
1 deletion
roles/download/defaults/main.yml
+
6
−
0
View file @
801268d5
...
@@ -500,13 +500,19 @@ nerdctl_archive_checksums:
...
@@ -500,13 +500,19 @@ nerdctl_archive_checksums:
containerd_archive_checksums
:
containerd_archive_checksums
:
arm
:
arm
:
1.4.9
:
0
1.4.9
:
0
1.4.11
:
0
1.5.5
:
0
1.5.5
:
0
1.5.7
:
0
arm64
:
arm64
:
1.4.9
:
0
1.4.9
:
0
1.4.11
:
0
1.5.5
:
0
1.5.5
:
0
1.5.7
:
0
amd64
:
amd64
:
1.4.9
:
346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
1.4.9
:
346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
1.4.11
:
80c47ec5ce2cd91a15204b5f5b534892ca653e75f3fba0c451ca326bca45fb00
1.5.5
:
8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
1.5.5
:
8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
1.5.7
:
109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173
etcd_binary_checksum
:
"
{{
etcd_binary_checksums[image_arch]
}}"
etcd_binary_checksum
:
"
{{
etcd_binary_checksums[image_arch]
}}"
cni_binary_checksum
:
"
{{
cni_binary_checksums[image_arch]
}}"
cni_binary_checksum
:
"
{{
cni_binary_checksums[image_arch]
}}"
...
...
This diff is collapsed.
Click to expand it.
roles/kubespray-defaults/defaults/main.yaml
+
1
−
1
View file @
801268d5
...
@@ -331,7 +331,7 @@ docker_plugins: []
...
@@ -331,7 +331,7 @@ docker_plugins: []
etcd_kubeadm_enabled
:
false
etcd_kubeadm_enabled
:
false
# Containerd options - thse are relevant when container_manager == 'containerd'
# Containerd options - thse are relevant when container_manager == 'containerd'
containerd_version
:
1.4.
9
containerd_version
:
1.4.
11
containerd_use_systemd_cgroup
:
true
containerd_use_systemd_cgroup
:
true
# Docker options - this is relevant when container_manager == 'docker'
# Docker options - this is relevant when container_manager == 'docker'
...
...
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