Name:             swift-proxy-6bd58cfcf7-flzjr
Namespace:        glance-kuttl-tests
Priority:         0
Service Account:  swift-swift
Node:             crc/192.168.126.11
Start Time:       Wed, 26 Nov 2025 13:36:33 +0000
Labels:           component=swift-proxy
                  pod-template-hash=6bd58cfcf7
                  service=swift
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.97/23"],"mac_address":"0a:58:0a:d9:00:61","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0...
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "10.217.0.97"
                        ],
                        "mac": "0a:58:0a:d9:00:61",
                        "default": true,
                        "dns": {}
                    }]
                  k8s.v1.cni.cncf.io/networks: []
                  openshift.io/scc: nonroot-v2
                  seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:           Running
SeccompProfile:   RuntimeDefault
IP:               10.217.0.97
IPs:
  IP:           10.217.0.97
Controlled By:  ReplicaSet/swift-proxy-6bd58cfcf7
Containers:
  proxy-httpd:
    Container ID:  cri-o://5684d5dc9650287917551b797fa776f298ff8de61749226bb8115d676b507c8d
    Image:         quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8
    Image ID:      quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8
    Port:          8080/TCP
    Host Port:     0/TCP
    Command:
      /usr/sbin/httpd
    Args:
      -DFOREGROUND
    State:          Running
      Started:      Wed, 26 Nov 2025 13:36:34 +0000
    Ready:          True
    Restart Count:  0
    Liveness:       http-get http://:8080/healthcheck delay=5s timeout=5s period=3s #success=1 #failure=3
    Readiness:      http-get http://:8080/healthcheck delay=5s timeout=5s period=5s #success=1 #failure=3
    Environment:
      CONFIG_HASH:  nd7h8ch64h657h5b6h65hf6hc6hbdh555h8dhcfh544h77h598h588hfdhd5h64fhf5h556h86h86hc6h67fh675h5f8hf5hc8h6ch56bhf5q
    Mounts:
      /etc/httpd/conf.d/ssl.conf from config-data (ro,path="ssl.conf")
      /etc/httpd/conf/httpd.conf from config-data (ro,path="httpd.conf")
      /etc/swift from etc-swift (rw)
      /run/httpd from run-httpd (rw)
      /var/log/httpd from log-httpd (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-g8lng (ro)
  proxy-server:
    Container ID:  cri-o://ef52b17b74d752e42f189fdf908051e13207d1e90a690a42519edccf26569018
    Image:         quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8
    Image ID:      quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8
    Port:          8081/TCP
    Host Port:     0/TCP
    Command:
      /usr/bin/swift-proxy-server
      /etc/swift/proxy-server.conf.d
      -v
    State:          Running
      Started:      Wed, 26 Nov 2025 13:36:34 +0000
    Ready:          True
    Restart Count:  0
    Liveness:       http-get http://:8080/healthcheck delay=5s timeout=5s period=3s #success=1 #failure=3
    Readiness:      http-get http://:8080/healthcheck delay=5s timeout=5s period=5s #success=1 #failure=3
    Environment:
      CONFIG_HASH:  nd7h8ch64h657h5b6h65hf6hc6hbdh555h8dhcfh544h77h598h588hfdhd5h64fhf5h556h86h86hc6h67fh675h5f8hf5hc8h6ch56bhf5q
    Mounts:
      /etc/swift from etc-swift (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-g8lng (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  config-data:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  swift-proxy-config-data
    Optional:    false
  etc-swift:
    Type:                Projected (a volume that contains injected data from multiple sources)
    SecretName:          swift-proxy-config-data
    SecretOptionalName:  <nil>
    SecretName:          swift-conf
    SecretOptionalName:  <nil>
    ConfigMapName:       swift-ring-files
    ConfigMapOptional:   <nil>
  run-httpd:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  log-httpd:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-g8lng:
    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       9m7s  default-scheduler  Successfully assigned glance-kuttl-tests/swift-proxy-6bd58cfcf7-flzjr to crc
  Normal  AddedInterface  9m6s  multus             Add eth0 [10.217.0.97/23] from ovn-kubernetes
  Normal  Pulled          9m6s  kubelet            Container image "quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8" already present on machine
  Normal  Created         9m6s  kubelet            Created container proxy-httpd
  Normal  Started         9m6s  kubelet            Started container proxy-httpd
  Normal  Pulled          9m6s  kubelet            Container image "quay.io/podified-antelope-centos9/openstack-swift-proxy-server@sha256:a80a074e227d3238bb6f285788a9e886ae7a5909ccbc5c19c93c369bdfe5b3b8" already present on machine
  Normal  Created         9m6s  kubelet            Created container proxy-server
  Normal  Started         9m6s  kubelet            Started container proxy-server
