Name:             swift-operator-controller-manager-5f8c65bbfc-xzbjq
Namespace:        openstack-operators
Priority:         0
Service Account:  swift-operator-controller-manager
Node:             crc/192.168.126.11
Start Time:       Thu, 04 Dec 2025 13:32:26 +0000
Labels:           app.kubernetes.io/name=swift-operator
                  control-plane=controller-manager
                  openstack.org/operator-name=swift
                  pod-template-hash=5f8c65bbfc
Annotations:      k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.1.5/23"],"mac_address":"0a:58:0a:d9:01:05","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.1.5"
                        ],
                        "mac": "0a:58:0a:d9:01:05",
                        "default": true,
                        "dns": {}
                    }]
                  kubectl.kubernetes.io/default-container: manager
                  openshift.io/scc: restricted-v2
                  seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:           Running
SeccompProfile:   RuntimeDefault
IP:               10.217.1.5
IPs:
  IP:           10.217.1.5
Controlled By:  ReplicaSet/swift-operator-controller-manager-5f8c65bbfc
Containers:
  manager:
    Container ID:  cri-o://42e1767ef2485f6ee4d5bc9a7f15e1b9d50462d91cc5914f7a4cf435826fefbd
    Image:         quay.io/openstack-k8s-operators/swift-operator@sha256:2a3d21728a8bfb4e64617e63e61e2d1cb70a383ea3e8f846e0c3c3c02d2b0a9d
    Image ID:      quay.io/openstack-k8s-operators/swift-operator@sha256:2a3d21728a8bfb4e64617e63e61e2d1cb70a383ea3e8f846e0c3c3c02d2b0a9d
    Port:          <none>
    Host Port:     <none>
    Command:
      /manager
    Args:
      --leader-elect
      --health-probe-bind-address=:8081
      --metrics-bind-address=127.0.0.1:8080
    State:          Running
      Started:      Thu, 04 Dec 2025 13:49:46 +0000
    Last State:     Terminated
      Reason:       Error
      Exit Code:    1
      Started:      Thu, 04 Dec 2025 13:33:21 +0000
      Finished:     Thu, 04 Dec 2025 13:49:43 +0000
    Ready:          True
    Restart Count:  1
    Limits:
      cpu:     500m
      memory:  512Mi
    Requests:
      cpu:      10m
      memory:   256Mi
    Liveness:   http-get http://:8081/healthz delay=15s timeout=1s period=20s #success=1 #failure=3
    Readiness:  http-get http://:8081/readyz delay=5s timeout=1s period=10s #success=1 #failure=3
    Environment:
      LEASE_DURATION:   30
      RENEW_DEADLINE:   20
      RETRY_PERIOD:     5
      ENABLE_WEBHOOKS:  false
      METRICS_CERTS:    false
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hzlx8 (ro)
  kube-rbac-proxy:
    Container ID:  cri-o://ec114900bc8f3a7724fdc7c4b2d87908e406a2539c8d9d7432c26abf5d0fade2
    Image:         quay.io/openstack-k8s-operators/kube-rbac-proxy:v0.16.0
    Image ID:      quay.io/openstack-k8s-operators/kube-rbac-proxy@sha256:d28df2924a366ed857d6c2c14baac9741238032d41f3d02c12cd757189b68b8a
    Port:          8443/TCP
    Host Port:     0/TCP
    Args:
      --secure-listen-address=0.0.0.0:8443
      --upstream=http://127.0.0.1:8080/
      --logtostderr=true
      --v=0
    State:          Running
      Started:      Thu, 04 Dec 2025 13:33:22 +0000
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     500m
      memory:  128Mi
    Requests:
      cpu:        5m
      memory:     64Mi
    Environment:  <none>
    Mounts:
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hzlx8 (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  kube-api-access-hzlx8:
    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:                   Burstable
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 120s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 120s
Events:
  Type    Reason          Age                  From               Message
  ----    ------          ----                 ----               -------
  Normal  Scheduled       23m                  default-scheduler  Successfully assigned openstack-operators/swift-operator-controller-manager-5f8c65bbfc-xzbjq to crc
  Normal  AddedInterface  23m                  multus             Add eth0 [10.217.1.5/23] from ovn-kubernetes
  Normal  Pulling         23m                  kubelet            Pulling image "quay.io/openstack-k8s-operators/swift-operator@sha256:2a3d21728a8bfb4e64617e63e61e2d1cb70a383ea3e8f846e0c3c3c02d2b0a9d"
  Normal  Pulled          22m                  kubelet            Successfully pulled image "quay.io/openstack-k8s-operators/swift-operator@sha256:2a3d21728a8bfb4e64617e63e61e2d1cb70a383ea3e8f846e0c3c3c02d2b0a9d" in 46.77s (46.77s including waiting). Image size: 191790512 bytes.
  Normal  Pulled          22m                  kubelet            Container image "quay.io/openstack-k8s-operators/kube-rbac-proxy:v0.16.0" already present on machine
  Normal  Created         22m                  kubelet            Created container kube-rbac-proxy
  Normal  Started         22m                  kubelet            Started container kube-rbac-proxy
  Normal  Pulled          5m54s                kubelet            Container image "quay.io/openstack-k8s-operators/swift-operator@sha256:2a3d21728a8bfb4e64617e63e61e2d1cb70a383ea3e8f846e0c3c3c02d2b0a9d" already present on machine
  Normal  Created         5m52s (x2 over 22m)  kubelet            Created container manager
  Normal  Started         5m52s (x2 over 22m)  kubelet            Started container manager
