File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ kubeconfig_path: kubeconfig
15
15
16
16
##### Runtime Configurations #####
17
17
# cri-tools version
18
- critools_version: v1.28 .0
19
- runc_version: 1.1.10
18
+ critools_version: 1.29 .0
19
+ runc_version: 1.1.12
20
20
# valid runtimes: containerd [default], crio.
21
21
runtime: containerd
22
- containerd_version: 1.7.9
23
- crio_version: 1.28 .1
22
+ containerd_version: 1.7.13
23
+ crio_version: 1.29 .1
24
24
pause_container_image: registry.k8s.io/pause:3.9
25
25
26
26
cgroup_driver: systemd
@@ -60,7 +60,7 @@ bucket: ppc64le-ci-builds
60
60
# build_version: d39214ade1d60c
61
61
62
62
##### Calico Configurations #####
63
- calico_version: v3.26.4
63
+ calico_version: v3.27.0
64
64
# The available methods of installation for Calico can be either using the tigera operator, or using the manifest.
65
65
# Choose between "operator" or "manifest" (default) for the desired installation method.
66
66
calico_installation_type: manifest
Original file line number Diff line number Diff line change 7
7
state : present
8
8
disable_gpg_check : true
9
9
10
- - name : Download and set up containerd.
10
+ - name : Download and set up containerd - {{ containerd_version }}
11
11
unarchive :
12
12
src : " https://github.com/containerd/containerd/releases/download/v{{ containerd_version }}/containerd-{{ containerd_version }}-linux-ppc64le.tar.gz"
13
13
dest : " /usr/local"
Original file line number Diff line number Diff line change 6
6
state : present
7
7
disable_gpg_check : true
8
8
9
- - name : Download CRI-O.
9
+ - name : Download CRI-O - {{ crio_version }}
10
10
unarchive :
11
- src : " https://github. com/cri-o/cri-o/releases/download/v{{ crio_version }} /cri-o.ppc64le.v{{ crio_version }}.tar.gz"
11
+ src : " https://storage.googleapis. com/cri-o/artifacts /cri-o.ppc64le.v{{ crio_version }}.tar.gz"
12
12
dest : " /usr/local/bin/"
13
13
remote_src : yes
14
14
include : cri-o/bin
Original file line number Diff line number Diff line change 48
48
mode : ' 0644'
49
49
- name : Install crictl - {{ critools_version }}
50
50
unarchive :
51
- src : " https://github.com/kubernetes-sigs/cri-tools/releases/download/{{ critools_version }}/crictl-{{ critools_version }}-linux-ppc64le.tar.gz"
51
+ src : " https://github.com/kubernetes-sigs/cri-tools/releases/download/v {{ critools_version }}/crictl-v {{ critools_version }}-linux-ppc64le.tar.gz"
52
52
dest : " /usr/local/bin/"
53
53
remote_src : yes
54
54
55
55
- name : Install iptables
56
56
yum :
57
57
name : iptables
58
58
59
- - name : Install container runtime - runc
59
+ - name : Install runc - {{ runc_version }}
60
60
get_url :
61
61
url : " https://github.com/opencontainers/runc/releases/download/v{{ runc_version }}/runc.ppc64le"
62
- dest : /usr/bin/runc
62
+ dest : /usr/local/ bin/runc
63
63
mode : ' 0755'
64
64
65
65
- name : Install and Configure Runtime - Containerd
You can’t perform that action at this time.
0 commit comments