Name:             openstack-edpm-ipam-provisionserver-openstackprovisionservhlrhk
Namespace:        openstack
Priority:         0
Service Account:  provisionserver-openstack-edpm-ipam-provisionserver
Node:             crc/192.168.126.11
Start Time:       Fri, 10 Oct 2025 17:19:28 +0000
Labels:           osp-provisionserver/name=openstack-edpm-ipam-provisionserver
                  osp-provisionserver/namespace=openstack
                  osp-provisionserver/uid=2ca999da-9455-4934-a8af-55613706f50c
                  pod-template-hash=6fddf98b7c
                  service=openstack-edpm-ipam-provisionserver-deployment
Annotations:      openshift.io/scc: hostnetwork
Status:           Running
IP:               192.168.126.11
IPs:
  IP:           192.168.126.11
Controlled By:  ReplicaSet/openstack-edpm-ipam-provisionserver-openstackprovisionserver-6fddf98b7c
Init Containers:
  init:
    Container ID:   cri-o://a8bbe3bf04d504e3bd9a046c1a5cf76047df21e31d412fce02632ed3ef54650f
    Image:          quay.io/podified-antelope-centos9/edpm-hardened-uefi:current-podified
    Image ID:       quay.io/podified-antelope-centos9/edpm-hardened-uefi@sha256:da88acc08ce68a76a93bcc45edcd66cbef80835f4881503a9050ad67739db89b
    Port:           <none>
    Host Port:      <none>
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 10 Oct 2025 17:20:09 +0000
      Finished:     Fri, 10 Oct 2025 17:20:15 +0000
    Ready:          True
    Restart Count:  0
    Environment:
      DEST_DIR:  /usr/local/apache2/htdocs
    Mounts:
      /usr/local/apache2/htdocs from image-data (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9gmf8 (ro)
Containers:
  osp-httpd:
    Container ID:  cri-o://3e1932f45988d680fba66024417ab25d0370356de08dff872320c8bb62af2d32
    Image:         registry.redhat.io/ubi9/httpd-24:latest
    Image ID:      registry.redhat.io/ubi9/httpd-24@sha256:e91d58021b54c46883595ff66be65882de54abdb3be2ca53c4162b20d18b5f48
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
    Args:
      -c
      cp -f /usr/local/apache2/conf/httpd.conf /etc/httpd/conf/httpd.conf && /usr/bin/run-httpd
    State:          Running
      Started:      Fri, 10 Oct 2025 17:20:17 +0000
    Ready:          True
    Restart Count:  0
    Liveness:       http-get http://:6190/ delay=0s timeout=5s period=3s #success=1 #failure=3
    Readiness:      http-get http://:6190/ delay=5s timeout=5s period=5s #success=1 #failure=3
    Startup:        http-get http://:6190/ delay=0s timeout=5s period=10s #success=1 #failure=12
    Environment:
      CONFIG_HASH:  n67bh58bh55fhc6h6ch5c5h568h5f6h649hc8h547h684h55bh9dh9dh5b6h696h588h5c5hdh577h76h5d8h574h66h6bh5f6h57dhfdh577h587h54q
    Mounts:
      /usr/local/apache2/conf/httpd.conf from httpd-config (ro,path="httpd.conf")
      /usr/local/apache2/htdocs from image-data (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9gmf8 (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  image-data:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  httpd-config:
    Type:      ConfigMap (a volume populated by a ConfigMap)
    Name:      openstack-edpm-ipam-provisionserver-httpd-config
    Optional:  false
  kube-api-access-9gmf8:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type     Reason     Age                From               Message
  ----     ------     ----               ----               -------
  Normal   Scheduled  36m                default-scheduler  Successfully assigned openstack/openstack-edpm-ipam-provisionserver-openstackprovisionservhlrhk to crc
  Warning  Failed     36m                kubelet            Failed to pull image "quay.io/podified-antelope-centos9/edpm-hardened-uefi:current-podified": rpc error: code = Canceled desc = copying config: context canceled
  Warning  Failed     36m                kubelet            Error: ErrImagePull
  Normal   BackOff    36m                kubelet            Back-off pulling image "quay.io/podified-antelope-centos9/edpm-hardened-uefi:current-podified"
  Warning  Failed     36m                kubelet            Error: ImagePullBackOff
  Normal   Pulling    36m (x2 over 36m)  kubelet            Pulling image "quay.io/podified-antelope-centos9/edpm-hardened-uefi:current-podified"
  Normal   Pulled     36m                kubelet            Successfully pulled image "quay.io/podified-antelope-centos9/edpm-hardened-uefi:current-podified" in 521ms (521ms including waiting). Image size: 973508068 bytes.
  Normal   Created    36m                kubelet            Created container init
  Normal   Started    36m                kubelet            Started container init
  Normal   Pulling    36m                kubelet            Pulling image "registry.redhat.io/ubi9/httpd-24:latest"
  Normal   Pulled     36m                kubelet            Successfully pulled image "registry.redhat.io/ubi9/httpd-24:latest" in 1.443s (1.443s including waiting). Image size: 312341333 bytes.
  Normal   Created    36m                kubelet            Created container osp-httpd
  Normal   Started    36m                kubelet            Started container osp-httpd
