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
Describe the bug When deploying a sidecar container (https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/), it is not counted in the "READY" container count on the pod list page.
To Reproduce
--- apiVersion: v1 kind: Pod metadata: name: sidecar-test spec: containers: - name: busybox image: busybox:latest command: ["sleep", "1d"] initContainers: - name: busybox-sidecar image: busybox:latest command: ["sleep", "1d"] restartPolicy: Always
Expected behavior Above manifest should have a READY value of 2/2 instead of 1/1
2/2
1/1
Screenshots Pod list display:
Container list:
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When deploying a sidecar container (https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/), it is not counted in the "READY" container count on the pod list page.
To Reproduce
Expected behavior
Above manifest should have a READY value of
2/2
instead of1/1
Screenshots
Pod list display:
Container list:
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: