We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backport fix for rke2 ingress upgrade fails 1.31.4 -> 1.31.5
The text was updated successfully, but these errors were encountered:
Ubuntu 24.04, Single server
write-kubeconfig-mode: 644 node-name: server1
/var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx.yaml
defaultBackend.enabled: "true"
helm-install-rke2-ingress-nginx-*
Completed
rke2 -v rke2 version v1.32.1+rke2r1 (c0f7be4407cf2c437cacfe735e5c943e827f2ff8) go version go1.23.4 X:boringcrypto
$ helm list --all-namespaces | grep rke2-ingress rke2-ingress-nginx kube-system 1 2025-02-13 22:57:06.493496818 +0000 UTC deployed rke2-ingress-nginx-4.12.003 1.12.0
$ sudo cat /var/lib/rancher/rke2/server/manifests/rke2-ingress-nginx.yaml | grep defaultBackend defaultBackend.enabled: "true"
CrashLoopBackOff
kubectl get pods -A | grep rke2-ingress kube-system helm-install-rke2-ingress-nginx-k9zxf 0/1 CrashLoopBackOff 5 (2m20s ago) 5m22s kube-system rke2-ingress-nginx-controller-gb8tt 1/1 Running 0 42m
rke2 -v rke2 version v1.32.1+dev.411fdda2 (411fdda2fe224d9c751ecffbd78229c1340699d9) go version go1.23.4 X:boringcrypto
helm list --all-namespaces | grep rke2-ingress rke2-ingress-nginx kube-system 2 2025-02-13 23:44:16.000399795 +0000 UTC deployed rke2-ingress-nginx-4.12.004 1.12.0
kubectl get pods -A | grep rke2-ingress kube-system helm-install-rke2-ingress-nginx-cv66g 0/1 Completed 0 68s kube-system rke2-ingress-nginx-controller-lr4d6 1/1 Running 0 46s
NOTE: A new pod gets created with ErrImagePull state and it is expected as the image is invalid
ErrImagePull
kube-system rke2-ingress-nginx-defaultbackend-6678546969-fjk4d 0/1 ErrImagePull 0 58s
Sorry, something went wrong.
brandond
mdrahman-suse
No branches or pull requests
Backport fix for rke2 ingress upgrade fails 1.31.4 -> 1.31.5
The text was updated successfully, but these errors were encountered: