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.28] Update Canal version to v3.28.2 #6970

Closed
rbrtbnfgl opened this issue Oct 9, 2024 · 1 comment
Closed

[Release 1.28] Update Canal version to v3.28.2 #6970

rbrtbnfgl opened this issue Oct 9, 2024 · 1 comment
Assignees

Comments

@rbrtbnfgl
Copy link
Contributor

Backport for #6955

@aganesh-suse
Copy link

Validated on release-1.28 branch with commit b3ccc2f

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

or

1 server/ 1 agent

Config.yaml:

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

Additional files

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='b3ccc2f9a7773197c3c40f2654214c48adc4b870' 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 canal cni - flannel(v0.25.7) and calico(v3.28.2) versions

Validation Results:

  • rke2 version used for validation:
$ rke2 -v
rke2 version v1.28.14+dev.b3ccc2f9 (b3ccc2f9a7773197c3c40f2654214c48adc4b870)
go version go1.22.6 X:boringcrypto
$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get node -o yaml | grep 'hardened-flannel' -A1

      - docker.io/rancher/hardened-flannel:v0.25.7-build20241007
      sizeBytes: 80844396
$ /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get node -o yaml | grep 'hardened-calico' -A1

      - docker.io/rancher/hardened-calico:v3.28.2-build20241003
      sizeBytes: 204269087

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

No branches or pull requests

2 participants