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] - Bump coredns and multus versions #5397

Closed
manuelbuil opened this issue Feb 9, 2024 · 1 comment
Closed

[Release-1.28] - Bump coredns and multus versions #5397

manuelbuil opened this issue Feb 9, 2024 · 1 comment
Assignees

Comments

@manuelbuil
Copy link
Contributor

Backport fix for Bump coredns and multus versions

@fmoral2
Copy link
Contributor

fmoral2 commented Feb 12, 2024

Validated on Version:

-$  rke2 version v1.28.6+dev.0a833ef7 (0a833ef78b1e7d0aaa655b75afb55bb201db0322)

 

Environment Details

Infrastructure
Cloud EC2 instance

Node(s) CPU architecture, OS, and Version:
PRETTY_NAME="Ubuntu 22.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"

Cluster Configuration:
1 server node

Steps to validate the fix

  1. Install rke2
  2. Validate coredns and multus bump version
  3. Validate nodes and pods are all ok

Reproduction Issue:

 

Validation Results:


$ rke2 -v
rke2 version v1.28.6+dev.0a833ef7 (0a833ef78b1e7d0aaa655b75afb55bb201db0322)
go version go1.20.13 X:boringcrypto


-  kubectl get all -l k8s-app=kube-dns -n kube-system -o wide
  deployment.apps/rke2-coredns   1/1     1            1           21m   coredns      rancher/hardened-coredns:v1.11.1-build20240123   app.kubernetes.io/instance=rke2-coredns,app.kubernetes.io/name=rke2-coredns,k8s-app=kube-dns
 

 
$ kubectl get pod rke2-multus-czqw6  -n kube-system -o yaml | grep multus
  generateName: rke2-multus-
    app: rke2-multus
  name: rke2-multus-czqw6
    name: rke2-multus
    - --multus-conf-file=auto
    image: rancher/hardened-multus-cni:v4.0.2-build20240208
    name: kube-rke2-multus
  serviceAccount: multus
  serviceAccountName: multus
    image: docker.io/rancher/hardened-multus-cni:v4.0.2-build20240208
    imageID: docker.io/rancher/hardened-multus-cni@sha256:7d0f41b72eb77d799942f7311a28aa9cd788e81c398c80f5cbadf542cfab32a0

    $ kubectl get nodes,pods -A
NAME                                               STATUS   ROLES                       AGE     VERSION
node/ .us-east-2.compute.internal   Ready    control-plane,etcd,master   2m42s   v1.28.6+rke2r1

NAMESPACE     NAME                                                                       READY   STATUS      RESTARTS      AGE
kube-system   pod/cloud-controller-manager-ip-172-31-12-219.us-east-2.compute.internal   1/1     Running     0             2m37s
kube-system   pod/etcd-ip-172-31-12-219.us-east-2.compute.internal                       1/1     Running     0             2m22s
kube-system   pod/helm-install-rke2-canal-f4nzg                                          0/1     Completed   0             2m17s
kube-system   pod/helm-install-rke2-coredns-6dlr5                                        0/1     Completed   0             2m17s
kube-system   pod/helm-install-rke2-ingress-nginx-vjdx2                                  0/1     Completed   0             2m17s
kube-system   pod/helm-install-rke2-metrics-server-zcmm6                                 0/1     Completed   0             2m16s
kube-system   pod/helm-install-rke2-multus-svz79                                         0/1     Completed   0             2m15s
kube-system   pod/helm-install-rke2-snapshot-controller-crd-tvsxd                        0/1     Completed   0             2m14s
kube-system   pod/helm-install-rke2-snapshot-controller-vwcpb                            0/1     Completed   1             2m13s
kube-system   pod/helm-install-rke2-snapshot-validation-webhook-sjxkf                    0/1     Completed   0             2m13s
kube-system   pod/kube-apiserver-ip-172-31-12-219.us-east-2.compute.internal             1/1     Running     0             2m37s
kube-system   pod/kube-controller-manager-ip-172-31-12-219.us-east-2.compute.internal    1/1     Running     0             2m39s
kube-system   pod/kube-proxy-ip-172-31-12-219.us-east-2.compute.internal                 1/1     Running     0             2m17s
kube-system   pod/kube-scheduler-ip-172-31-12-219.us-east-2.compute.internal             1/1     Running     0             2m39s
kube-system   pod/rke2-canal-j548b                                                       2/2     Running     0             115s
kube-system   pod/rke2-coredns-7549fdb56b-xcltd                                          1/1     Running     0             118s
kube-system   pod/rke2-coredns-autoscaler-f559b6d84-l8wsv                                1/1     Running     0             118s
kube-system   pod/rke2-ingress-nginx-controller-228ts                                    0/1     Running     0             35s
kube-system   pod/rke2-metrics-server-544c8c66fc-vccdg                                   1/1     Running     0             55s
kube-system   pod/rke2-multus-czqw6                                                      1/1     Running     2 (89s ago)   2m
kube-system   pod/rke2-snapshot-controller-59cc9cd8f4-lj2mg                              1/1     Running     0             47s
kube-system   pod/rke2-snapshot-validation-webhook-54c5989b65-7rthw                      1/1     Running     0             54s



@fmoral2 fmoral2 closed this as completed Feb 12, 2024
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