Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-11869

Pod Status Overlapping in Sidebar

XMLWordPrintable

    • Low
    • No
    • ODC Sprint 235
    • 1
    • Rejected
    • False
    • Hide

      None

      Show
      None

      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:

       

              rh-ee-anebhat Aneesh Bhat
              avik6028 Avik Kundu
              Sanket Pathak Sanket Pathak
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: