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.27] - CrashLoopBackOff status on helm-install-rke2-coredns pod after upgrade #5495

Closed
brandond opened this issue Feb 21, 2024 · 1 comment
Assignees

Comments

@brandond
Copy link
Member

Backport fix for CrashLoopBackOff status on helm-install-rke2-coredns pod after upgrade

@brandond brandond self-assigned this Feb 21, 2024
@brandond brandond added this to the v1.27.11+rke2r1 milestone Feb 21, 2024
@mdrahman-suse mdrahman-suse self-assigned this Feb 22, 2024
@mdrahman-suse
Copy link
Contributor

Validated with RC v1.27.11-rc2+rke2r1

  • After upgrade from v1.27.10+rke2r1
$ rke2 -v
rke2 version v1.27.11-rc2+rke2r1 (c1ee4a2a27631f627fe87484abe1126c7565f666)
go version go1.21.7 X:boringcrypto

$ k get nodes
NAME      STATUS   ROLES                       AGE   VERSION
server1   Ready    control-plane,etcd,master   10m   v1.27.11+rke2r1

$ k get pods -A
NAMESPACE     NAME                                                   READY   STATUS      RESTARTS        AGE
kube-system   cloud-controller-manager-server1                       1/1     Running     2 (4m42s ago)   11m
kube-system   etcd-server1                                           1/1     Running     0               3m48s
kube-system   helm-install-rke2-canal-452j2                          0/1     Completed   0               3m41s
kube-system   helm-install-rke2-coredns-4sn44                        0/1     Completed   0               3m41s
kube-system   helm-install-rke2-ingress-nginx-fwpgf                  0/1     Completed   0               3m41s
kube-system   helm-install-rke2-metrics-server-tzjqc                 0/1     Completed   0               3m41s
kube-system   helm-install-rke2-snapshot-controller-crd-c8zg7        0/1     Completed   0               3m41s
kube-system   helm-install-rke2-snapshot-controller-n6ff2            0/1     Completed   0               3m41s
kube-system   helm-install-rke2-snapshot-validation-webhook-sh2lx    0/1     Completed   0               3m41s
kube-system   kube-apiserver-server1                                 1/1     Running     0               4m18s
kube-system   kube-controller-manager-server1                        1/1     Running     1 (4m24s ago)   4m18s
kube-system   kube-proxy-server1                                     1/1     Running     0               4m6s
kube-system   kube-scheduler-server1                                 1/1     Running     0               4m18s
kube-system   rke2-canal-qrm8r                                       2/2     Running     0               3m10s
kube-system   rke2-coredns-rke2-coredns-94745d-9qcqh                 1/1     Running     0               3m12s
kube-system   rke2-coredns-rke2-coredns-autoscaler-d8587b89c-2v84t   1/1     Running     0               3m13s
kube-system   rke2-ingress-nginx-controller-sk882                    1/1     Running     0               8m53s
kube-system   rke2-metrics-server-5c9768ff67-dt6fq                   1/1     Running     0               9m19s
kube-system   rke2-snapshot-controller-7d6476d7cb-8pmzl              1/1     Running     1 (5m15s ago)   9m5s
kube-system   rke2-snapshot-validation-webhook-5649fbd66c-xsjtp      1/1     Running     0               9m19s

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