-
Notifications
You must be signed in to change notification settings - Fork 582
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
Failed to get job complete status for job rke-network-plugin-deploy-job in namespace kube-system #2730
Comments
Use of I think it also helps if you specify the previous RKE version used, as the k8s version is pretty old. |
Thanks @superseb for the time! It's been a while since I looked into the subject, I'm going to follow the updates more regularly.
hum, not sure about the previous RKE version, it was from another computer .. i would say in 2020 summer, around 1.1 |
Yes, |
@superseb Thank you ! the upgrade seems to have succeeded without the definition of system_image 🙏
all pods are up, on the other hand, the rancher UI is #2702 with |
kubectl -n cattle-system get pods
kubectl -n cattle-system describe certificate
kubectl get pods --all-namespaces
kubectl -n ingress-nginx describe pod
kubectl -n ingress-nginx logs -f nginx-ingress-controller-qfjpw
curl -k -vvv https://xxxxx.com
kubectl -n cattle-system logs -l app=rancher
|
Hey, after other tests,
do the trick it was linked to rancher/rancher#28840 and the solution was rancher/rancher#28840 (comment) Thx again for your help @superseb 🙏 |
RKE version:
rke version v1.3.1
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
Dedicated server
cluster.yml file:
Steps to Reproduce:
rke up with version v1.3.1
FATA[0120] Failed to get job complete status for job rke-network-plugin-deploy-job in namespace kube-system
kubectl logs -l rke-network-plugin-deploy-job -n kube-system
nothing
kubectl get pods --all-namespaces
rke-network-plugin-deploy-job seems not present
** Description **
I tried to update the cluster, rke up, and I get stuck on this error
Failed to get job complete status for job rke-network-plugin-deploy-job in namespace kube-system
. I have already checked the issues of the same style and I get stuck. Two launching of the rke up changes nothing. 🤔I also tried to "add addon_job_timeout: 60" in cluster.yml
The text was updated successfully, but these errors were encountered: