-
Notifications
You must be signed in to change notification settings - Fork 96
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
Pod stuck in terminating state #774
Comments
it looks like this bug #773 |
I just tried a pod with proxy using |
velero-5f7d856778-kwpnr 2/2 Terminating 0 8m32s Webhook controller logs when I did the delete pod :
velero pod describe :
proxy logs :
the end of the velero container logs :
and an other describe on the pod velero :
and still stuck : |
The azwi webhook is not on the delete path for pods. It's only for pod azure-workload-identity/deploy/azure-wi-webhook.yaml Lines 264 to 271 in 278a6b5
Is the |
indeed, probably the creation of a new pod (as I deploy Kub Deployment) yes, it's the output of a terminating pod, containers are in "stopping" state, but never stopped. |
The
Could you try with other applications? I tried in my cluster with different versions and can't repro pod termination issues. |
@flbla Any updates re: #774 (comment)? |
Didn't had time yet to check |
Sounds good! I'm going to close the issue with #774 (comment). Please feel free to reopen if you have any questions or confirm the issue. |
Describe the bug
I upgraded from 0.14.0 to 1.0.0-beta.0 (also tried with 1.0.0-alpha.0)
My pod has this annotation :
azure.workload.identity/inject-proxy-sidecar: "true"
and this label :
azure.workload.identity/use: "true"
The service account has this label :
azure.workload.identity/use: "true"
and this annotation :azure.workload.identity/client-id: xxxxx
When I try to delete the pod, it stay in Terminating state.
If I rollback to 0.14.0 it works without any issue
Steps To Reproduce
Deploy the AAD WI 1.0.0-beta.0 with Helm
Deploy a pod with this annotation :
azure.workload.identity/inject-proxy-sidecar: "true"
and this label :azure.workload.identity/use: "true"
Environment
kubectl version
): 1.25.5The text was updated successfully, but these errors were encountered: