-
Notifications
You must be signed in to change notification settings - Fork 71
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
Exit Code missing for failed and succeeded pods #417
Comments
@alexjebens Would you please upgrade to newer versions? > |
Is there a supported way to update this in an AKS Cluster where this was installed using addons not Helm? |
Here is some output. These are the same pod definitions just with different tolerations for aci. Note the difference in Containers.azbackup.State. kubectl describe pod using ACI:
kubectl describe pod without ACI:
|
@alexjebens The current AKS virtual node addon version is |
Describe the Issue
kubectl describe pod does not contain the container exit codes both for failed and succeeded pod status.
Steps To Reproduce
run a container that performs a long running job like azcopy.
Expected behavior
The display of the exit code. Particularly in the context of ACI the OOMKill exit code is highly relevant.
Virtual-kubelet version
1.4.5
Kubernetes version
1.23.8
Additional context
The text was updated successfully, but these errors were encountered: