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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e0b17877
Unverified
Commit
e0b17877
authored
4 years ago
by
Florian Ruynat
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use crictl 1.19.0 for k8s 1.19.x (#6598)
parent
9849dba5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/download/defaults/main.yml
+4
-0
4 additions, 0 deletions
roles/download/defaults/main.yml
with
4 additions
and
0 deletions
roles/download/defaults/main.yml
+
4
−
0
View file @
e0b17877
...
...
@@ -89,6 +89,7 @@ ovn4nfv_k8s_plugin_image_version: "v1.1.0"
# Get kubernetes major version (i.e. 1.17.4 => 1.17)
kube_major_version
:
"
{{
kube_version
|
regex_replace('^v([0-9])+
\\
.([0-9]+)
\\
.[0-9]+',
'v
\\
1.
\\
2')
}}"
crictl_supported_versions
:
v1.19
:
"
v1.19.0"
v1.18
:
"
v1.18.0"
v1.17
:
"
v1.17.0"
v1.16
:
"
v1.16.1"
...
...
@@ -105,14 +106,17 @@ crictl_download_url: "https://github.com/kubernetes-sigs/cri-tools/releases/down
crictl_checksums
:
arm
:
v1.19.0
:
b72fd3c4b35f60f5db2cfcd8e932f6000cf9c2978b54adfcf60ee5e2d452e92f
v1.18.0
:
d420925d10b47a234b7e51e9cf1039c3c09f2703945a99435549fcdd7487ae3a
v1.17.0
:
9700957218e8e7bdc02cbc8fda4c189f5b6223a93ba89d876bdfd77b6117e9b7
v1.16.1
:
367826f3eb06c4d923f3174d23141ddacef9ffcb0c902502bd922dbad86d08dd
arm64
:
v1.19.0
:
ec040d14ca03e8e4e504a85dae5353e04b5d9d8aea3df68699258992c0eb8d88
v1.18.0
:
95ba32c47ad690b1e3e24f60255273dd7d176e62b1a0b482e5b44a7c31639979
v1.17.0
:
d89afd89c2852509fafeaff6534d456272360fcee732a8d0cb89476377387e12
v1.16.1
:
62b60ab7046b788df892a1b746bd602c520a59c38232febc0580692c9805f641
amd64
:
v1.19.0
:
87d8ef70b61f2fe3d8b4a48f6f712fd798c6e293ed3723c1e4bbb5052098f0ae
v1.18.0
:
876dd2b3d0d1c2590371f940fb1bf1fbd5f15aebfbe456703ee465d959700f4a
v1.17.0
:
7b72073797f638f099ed19550d52e9b9067672523fc51b746e65d7aa0bafa414
v1.16.1
:
19fed421710fccfe58f5573383bb137c19438a9056355556f1a15da8d23b3ad1
...
...
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