k8s upgrade resulted in executor error from gVisor #12758
-
Hi! A colleague upgraded our k8s cluster/nodes in GCP before leaving on holiday and since he did this our argo jobs aren't running anymore. I tried upgrading I'm pretty sure I have to change something in k8s, to make it work for argo, and hope you might know what my next steps should be. The error I'm getting when running a job is the following:
If there's any other information I can provide I will, not sure what is relevant in this case. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For future reference, we were using gvisor in our k8s node pool, and since upgrading to version 1.29 this gave issues for argo because in our workflow we also had: This has been removed, and we created a new node pool without using gvisor. |
Beta Was this translation helpful? Give feedback.
For future reference, we were using gvisor in our k8s node pool, and since upgrading to version 1.29 this gave issues for argo because in our workflow we also had:
podSpecPatch: '{"runtimeClassName": "gvisor"}'
This has been removed, and we created a new node pool without using gvisor.