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.25] Update Multus version to v4.0.2 #4430

Closed
manuelbuil opened this issue Jul 7, 2023 · 1 comment
Closed

[Release 1.25] Update Multus version to v4.0.2 #4430

manuelbuil opened this issue Jul 7, 2023 · 1 comment
Assignees

Comments

@manuelbuil
Copy link
Contributor

Backport: #4427

@bguzman-3pillar
Copy link
Contributor

Validated on commit 336e42f

Command:
 rke2 -v

---------------------
Result:
rke2 version v1.25.11-dev+336e42fe (336e42fe8bf9195ae63803cce75aca69726ffa72)
go version go1.19.10 X:boringcrypto

---------------------

Environment Details

Infrastructure

  • Cloud
  • Hosted

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

Ubuntu

Cluster Configuration:

1 server

Config.yaml:

cni: multus,calico

Testing Steps

  1. Copy config.yaml
$ sudo mkdir -p /etc/rancher/rke2 && sudo cp config.yaml /etc/rancher/rke2
  1. Install RKE2
  2. Check multus version v4.0.2

Validation Results:

---------------------
Command:
kubectl describe pod rke2-multus- -n kube-system  --kubeconfig=/tmp/bgrke2-multus_kubeconfig  | grep cni:

---------------------
Result:
    Image:         rancher/hardened-multus-cni:v4.0.2-build20230707
  cni:
  Normal   Pulling       4m47s                  kubelet            Pulling image "rancher/hardened-multus-cni:v4.0.2-build20230707"
  Normal   Pulled        4m30s                  kubelet            Successfully pulled image "rancher/hardened-multus-cni:v4.0.2-build20230707" in 17.256255956s
  Normal   Pulled        3m42s (x3 over 4m22s)  kubelet            Container image "rancher/hardened-multus-cni:v4.0.2-build20230707" already present on machine


---------------------
Assertion:
v4.0.2
Matched with: 
    Image:         rancher/hardened-multus-cni:v4.0.2-build20230707
  cni:
  Normal   Pulling       4m47s                  kubelet            Pulling image "rancher/hardened-multus-cni:v4.0.2-build20230707"
  Normal   Pulled        4m30s                  kubelet            Successfully pulled image "rancher/hardened-multus-cni:v4.0.2-build20230707" in 17.256255956s
  Normal   Pulled        3m42s (x3 over 4m22s)  kubelet            Container image "rancher/hardened-multus-cni:v4.0.2-build20230707" already present on machine


---------------------

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