Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release-1.29] - Update Calico and Canal to v3.29.2 #7726

Closed
mgfritch opened this issue Feb 7, 2025 · 1 comment
Closed

[Release-1.29] - Update Calico and Canal to v3.29.2 #7726

mgfritch opened this issue Feb 7, 2025 · 1 comment
Assignees

Comments

@mgfritch
Copy link
Contributor

mgfritch commented Feb 7, 2025

Backport fix for Update Calico and Canal to v3.29.2

@aganesh-suse
Copy link

Validated on release-1.29 branch with commit fcbc7cb

Environment Details

Infrastructure

  • Cloud
  • Hosted

Node(s) CPU architecture, OS, and Version:

$ cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04 LTS"

$ uname -m
x86_64

Cluster Configuration:

HA : 3 server / 1 agent

Config.yaml:

token: xxxx
write-kubeconfig-mode: "0644"
node-external-ip: 1.1.1.1

Testing Steps

  1. Copy config.yaml
$ sudo mkdir -p /etc/rancher/rke2 && sudo cp config.yaml /etc/rancher/rke2
  1. Install RKE2
curl -sfL https://get.rke2.io | sudo INSTALL_RKE2_COMMIT='fcbc7cb7241aa26843b25dac4c88b5d05aaead8d' INSTALL_RKE2_TYPE='server' INSTALL_RKE2_METHOD=tar sh -
  1. Start the RKE2 service
$ sudo systemctl enable --now rke2-server
or 
$ sudo systemctl enable --now rke2-agent
  1. Verify Cluster Status:
kubectl get nodes -o wide
kubectl get pods -A

Validation Results:

  • rke2 version used for validation:
$ rke2 -v
rke2 version v1.29.13+dev.fcbc7cb7 (fcbc7cb7241aa26843b25dac4c88b5d05aaead8d)
go version go1.22.10 X:boringcrypto
$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get all -n kube-system -o wideystem -o wide | grep calico
daemonset.apps/rke2-canal                      4         4         4       4            4           kubernetes.io/os=linux   17m   calico-node,kube-flannel        rancher/hardened-calico:v3.29.2-build20250206,rancher/hardened-flannel:v0.26.4-build20250206   k8s-app=canal

$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get pod/rke2-canal-dv8zc -n kube-system -o yaml | grep -i image
IMAGE_VERSION:     image: rancher/hardened-calico:v3.29.2-build20250206
    imagePullPolicy: IfNotPresent
    image: rancher/hardened-flannel:v0.26.4-build20250206
    imagePullPolicy: IfNotPresent
    image: rancher/hardened-calico:v3.29.2-build20250206
    imagePullPolicy: IfNotPresent
    image: rancher/hardened-calico:v3.29.2-build20250206
    imagePullPolicy: IfNotPresent
    image: docker.io/rancher/hardened-calico:v3.29.2-build20250206
    imageID: docker.io/rancher/hardened-calico@sha256:b46b1c8728dd6301da17fa4876686515b5ffdef25c897891bf5da5d71bc000b3
    image: docker.io/rancher/hardened-flannel:v0.26.4-build20250206
    imageID: docker.io/rancher/hardened-flannel@sha256:47c4ab27ad77cadf7417145b76aeaf4ef59e59f3547ff7199f6285c7de92bc80
    image: docker.io/rancher/hardened-calico:v3.29.2-build20250206
    imageID: docker.io/rancher/hardened-calico@sha256:b46b1c8728dd6301da17fa4876686515b5ffdef25c897891bf5da5d71bc000b3
    image: docker.io/rancher/hardened-calico:v3.29.2-build20250206
    imageID: docker.io/rancher/hardened-calico@sha256:b46b1c8728dd6301da17fa4876686515b5ffdef25c897891bf5da5d71bc000b3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants