Skip to content

Commit 942bf2a

Browse files
wip: try downgrading calico
1 parent bc07d0d commit 942bf2a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build-scripts/images.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
docker.io/calico/cni:v3.29.3
2-
docker.io/calico/kube-controllers:v3.29.3
3-
docker.io/calico/node:v3.29.3
1+
docker.io/calico/cni:v3.28.1
2+
docker.io/calico/kube-controllers:v3.28.1
3+
docker.io/calico/node:v3.28.1
44
docker.io/cdkbot/hostpath-provisioner:1.5.0
55
docker.io/coredns/coredns:1.12.0
66
docker.io/library/busybox:1.28.4

upgrade-scripts/000-switch-to-calico/resources/calico.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4798,7 +4798,7 @@ spec:
47984798
# It can be deleted if this is a fresh installation, or if you have already
47994799
# upgraded to use calico-ipam.
48004800
- name: upgrade-ipam
4801-
image: docker.io/calico/cni:v3.29.3
4801+
image: docker.io/calico/cni:v3.28.1
48024802
imagePullPolicy: IfNotPresent
48034803
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
48044804
envFrom:
@@ -4826,7 +4826,7 @@ spec:
48264826
# This container installs the CNI binaries
48274827
# and CNI network config file on each node.
48284828
- name: install-cni
4829-
image: docker.io/calico/cni:v3.29.3
4829+
image: docker.io/calico/cni:v3.28.1
48304830
imagePullPolicy: IfNotPresent
48314831
command: ["/opt/cni/bin/install"]
48324832
envFrom:
@@ -4871,7 +4871,7 @@ spec:
48714871
# # i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
48724872
# # in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
48734873
# - name: "mount-bpffs"
4874-
# image: docker.io/calico/node:v3.29.3
4874+
# image: docker.io/calico/node:v3.28.1
48754875
# imagePullPolicy: IfNotPresent
48764876
# command: ["calico-node", "-init", "-best-effort"]
48774877
# volumeMounts:
@@ -4897,7 +4897,7 @@ spec:
48974897
# container programs network policy and routes on each
48984898
# host.
48994899
- name: calico-node
4900-
image: docker.io/calico/node:v3.29.3
4900+
image: docker.io/calico/node:v3.28.1
49014901
imagePullPolicy: IfNotPresent
49024902
envFrom:
49034903
- configMapRef:
@@ -5119,7 +5119,7 @@ spec:
51195119
priorityClassName: system-cluster-critical
51205120
containers:
51215121
- name: calico-kube-controllers
5122-
image: docker.io/calico/kube-controllers:v3.29.3
5122+
image: docker.io/calico/kube-controllers:v3.28.1
51235123
imagePullPolicy: IfNotPresent
51245124
env:
51255125
# Choose which controllers to run.

0 commit comments

Comments
 (0)