-
Bug
-
Resolution: Done-Errata
-
Minor
-
4.14
-
Low
-
No
-
ODC Sprint 235
-
1
-
Rejected
-
False
-
Description of problem:
Pod Status Overlapping in Sidebar Status that is breaking the UI: CreateContainerConfigError
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Always when the status is CreateContainerConfigError
Steps to Reproduce:
1. Create a Pod that gives CreateContainerConfigError
Sample YAML:
apiVersion: v1 kind: Pod metadata: name: example labels: app: httpd namespace: avik spec: securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: - name: httpd image: docker.io/httpd:latest ports: - containerPort: 80 securityContext: allowPrivilegeEscalation: true capabilities: drop: - ALL
Actual results:
The Pod Status should not overlapping when the status is long.
Expected results:
The Pod Status should not overlap. Also, this error status should look like the other error statuses.
Additional info:
- links to
-
RHSA-2023:5006 OpenShift Container Platform 4.14.z security update