Name:             infra-operator-controller-manager-6f4d667fdd-rfzbv
Namespace:        openstack-operators
Priority:         0
Service Account:  infra-operator-controller-manager
Node:             crc/192.168.126.11
Start Time:       Sun, 01 Feb 2026 07:34:43 +0000
Labels:           app.kubernetes.io/name=infra-operator
                  control-plane=controller-manager
                  pod-template-hash=6f4d667fdd
Annotations:      alm-examples:
                    [
                      {
                        "apiVersion": "instanceha.openstack.org/v1beta1",
                        "kind": "InstanceHa",
                        "metadata": {
                          "name": "instanceha"
                        },
                        "spec": {
                          "caBundleSecretName": "combined-ca-bundle"
                        }
                      },
                      {
                        "apiVersion": "memcached.openstack.org/v1beta1",
                        "kind": "Memcached",
                        "metadata": {
                          "name": "memcached"
                        },
                        "spec": {
                          "replicas": 1
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "BGPConfiguration",
                        "metadata": {
                          "labels": {
                            "app.kubernetes.io/created-by": "infra-operator",
                            "app.kubernetes.io/instance": "bgpconfiguration-sample",
                            "app.kubernetes.io/managed-by": "kustomize",
                            "app.kubernetes.io/name": "bgpconfiguration",
                            "app.kubernetes.io/part-of": "infra-operator"
                          },
                          "name": "bgpconfiguration-sample"
                        },
                        "spec": {
                          "frrConfigurationNamespace": "metallb-system"
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "DNSData",
                        "metadata": {
                          "name": "allhosts"
                        },
                        "spec": {
                          "hosts": [
                            {
                              "hostnames": [
                                "edpm-compute-0.ctlplane"
                              ],
                              "ip": "192.168.122.100"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-0.internalapi"
                              ],
                              "ip": "172.17.0.100"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-0.storage"
                              ],
                              "ip": "172.18.0.100"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-0.tenant"
                              ],
                              "ip": "172.19.0.100"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-1.ctlplane"
                              ],
                              "ip": "192.168.122.101"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-1.internalapi"
                              ],
                              "ip": "172.17.0.101"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-1.storage"
                              ],
                              "ip": "172.18.0.101"
                            },
                            {
                              "hostnames": [
                                "edpm-compute-1.tenant"
                              ],
                              "ip": "172.19.0.101"
                            },
                            {
                              "hostnames": [
                                "keystone-internal.openstack.svc",
                                "placement-internal.openstack.svc",
                                "cinder-internal.openstack.svc",
                                "glance-internal.openstack.svc",
                                "nova-internal.openstack.svc",
                                "nova-metadata-internal.openstack.svc",
                                "neutron-internal.openstack.svc"
                              ],
                              "ip": "172.17.0.80"
                            },
                            {
                              "hostnames": [
                                "rabbitmq.openstack.svc"
                              ],
                              "ip": "172.17.0.85"
                            },
                            {
                              "hostnames": [
                                "rabbitmq-cell1.openstack.svc"
                              ],
                              "ip": "172.17.0.86"
                            }
                          ]
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "DNSMasq",
                        "metadata": {
                          "name": "dnsmasq"
                        },
                        "spec": {
                          "debug": {
                            "service": false
                          },
                          "options": [
                            {
                              "key": "server",
                              "values": [
                                "192.168.122.1"
                              ]
                            },
                            {
                              "key": "local",
                              "values": [
                                "/example.com/"
                              ]
                            }
                          ],
                          "replicas": 1
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "IPSet",
                        "metadata": {
                          "name": "edpm-compute-0"
                        },
                        "spec": {
                          "networks": [
                            {
                              "defaultRoute": true,
                              "name": "CtlPlane",
                              "subnetName": "subnet1"
                            },
                            {
                              "name": "InternalApi",
                              "subnetName": "subnet1"
                            },
                            {
                              "name": "Storage",
                              "subnetName": "subnet1"
                            },
                            {
                              "name": "Tenant",
                              "subnetName": "subnet1"
                            }
                          ]
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "NetConfig",
                        "metadata": {
                          "name": "netconfig"
                        },
                        "spec": {
                          "networks": [
                            {
                              "dnsDomain": "ctlplane.example.com",
                              "name": "ctlplane",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "192.168.122.120",
                                      "start": "192.168.122.100"
                                    },
                                    {
                                      "end": "192.168.122.200",
                                      "start": "192.168.122.150"
                                    }
                                  ],
                                  "cidr": "192.168.122.0/24",
                                  "gateway": "192.168.122.1",
                                  "name": "subnet1"
                                }
                              ]
                            },
                            {
                              "dnsDomain": "internalapi.example.com",
                              "name": "internalapi",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "172.17.0.250",
                                      "start": "172.17.0.100"
                                    }
                                  ],
                                  "cidr": "172.17.0.0/24",
                                  "name": "subnet1",
                                  "vlan": 20
                                }
                              ]
                            },
                            {
                              "dnsDomain": "external.example.com",
                              "name": "external",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "10.0.0.250",
                                      "start": "10.0.0.100"
                                    }
                                  ],
                                  "cidr": "10.0.0.0/24",
                                  "gateway": "10.0.0.1",
                                  "name": "subnet1"
                                }
                              ]
                            },
                            {
                              "dnsDomain": "storage.example.com",
                              "name": "storage",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "172.18.0.250",
                                      "start": "172.18.0.100"
                                    }
                                  ],
                                  "cidr": "172.18.0.0/24",
                                  "name": "subnet1",
                                  "vlan": 21
                                }
                              ]
                            },
                            {
                              "dnsDomain": "storagemgmt.example.com",
                              "name": "storagemgmt",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "172.20.0.250",
                                      "start": "172.20.0.100"
                                    }
                                  ],
                                  "cidr": "172.20.0.0/24",
                                  "name": "subnet1",
                                  "vlan": 23
                                }
                              ]
                            },
                            {
                              "dnsDomain": "tenant.example.com",
                              "name": "tenant",
                              "subnets": [
                                {
                                  "allocationRanges": [
                                    {
                                      "end": "172.19.0.250",
                                      "start": "172.19.0.100"
                                    }
                                  ],
                                  "cidr": "172.19.0.0/24",
                                  "name": "subnet1",
                                  "vlan": 22
                                }
                              ]
                            }
                          ]
                        }
                      },
                      {
                        "apiVersion": "network.openstack.org/v1beta1",
                        "kind": "Reservation",
                        "metadata": {
                          "name": "edpm-compute-0"
                        },
                        "spec": {
                          "ipSetRef": {
                            "name": "edpm-compute-0",
                            "namespace": "openstack",
                            "uid": "56753ffb-e486-43ab-a79a-f85f27b2ac14"
                          },
                          "reservation": {
                            "CtlPlane": {
                              "address": "192.168.122.100",
                              "network": "CtlPlane",
                              "subnet": "subnet1"
                            },
                            "InternalApi": {
                              "address": "172.17.0.100",
                              "network": "InternalApi",
                              "subnet": "subnet1"
                            },
                            "Storage": {
                              "address": "172.18.0.100",
                              "network": "Storage",
                              "subnet": "subnet1"
                            },
                            "StorageMgmt": {
                              "address": "172.20.0.100",
                              "network": "StorageMgmt",
                              "subnet": "subnet1"
                            },
                            "Tenant": {
                              "address": "172.19.0.100",
                              "network": "Tenant",
                              "subnet": "subnet1"
                            }
                          }
                        }
                      },
                      {
                        "apiVersion": "rabbitmq.openstack.org/v1beta1",
                        "kind": "RabbitMq",
                        "metadata": {
                          "labels": {
                            "app.kubernetes.io/created-by": "infra-operator",
                            "app.kubernetes.io/instance": "rabbitmq-sample",
                            "app.kubernetes.io/managed-by": "kustomize",
                            "app.kubernetes.io/name": "rabbitmq",
                            "app.kubernetes.io/part-of": "infra-operator"
                          },
                          "name": "rabbitmq-sample"
                        },
                        "spec": null
                      },
                      {
                        "apiVersion": "rabbitmq.openstack.org/v1beta1",
                        "kind": "TransportURL",
                        "metadata": {
                          "name": "transporturl"
                        },
                        "spec": {
                          "rabbitmqClusterName": "rabbitmq"
                        }
                      },
                      {
                        "apiVersion": "redis.openstack.org/v1beta1",
                        "kind": "Redis",
                        "metadata": {
                          "name": "redis"
                        },
                        "spec": {
                          "replicas": 1
                        }
                      },
                      {
                        "apiVersion": "topology.openstack.org/v1beta1",
                        "kind": "Topology",
                        "metadata": {
                          "labels": {
                            "app.kubernetes.io/created-by": "infra-operator",
                            "app.kubernetes.io/instance": "topology-sample",
                            "app.kubernetes.io/managed-by": "kustomize",
                            "app.kubernetes.io/name": "topology",
                            "app.kubernetes.io/part-of": "infra-operator"
                          },
                          "name": "topology-sample"
                        },
                        "spec": null
                      }
                    ]
                  capabilities: Basic Install
                  createdAt: 2026-01-28T07:49:29Z
                  features.operators.openshift.io/disconnected: true
                  features.operators.openshift.io/fips-compliant: true
                  features.operators.openshift.io/proxy-aware: false
                  features.operators.openshift.io/tls-profiles: false
                  features.operators.openshift.io/token-auth-aws: false
                  features.operators.openshift.io/token-auth-azure: false
                  features.operators.openshift.io/token-auth-gcp: false
                  k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["10.217.0.52/23"],"mac_address":"0a:58:0a:d9:00:34","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.52"
                        ],
                        "mac": "0a:58:0a:d9:00:34",
                        "default": true,
                        "dns": {}
                    }]
                  kubectl.kubernetes.io/default-container: manager
                  olm.operatorGroup: openstack
                  olm.operatorNamespace: openstack-operators
                  olm.targetNamespaces: 
                  olmcahash: 4382bf080273440f2aadae7ae586089b7e883b93120c0dc6f92e3a69c5ca805f
                  openshift.io/scc: restricted-v2
                  operatorframework.io/properties:
                    {"properties":[{"type":"olm.gvk","value":{"group":"instanceha.openstack.org","kind":"InstanceHa","version":"v1beta1"}},{"type":"olm.gvk","...
                  operators.operatorframework.io/builder: operator-sdk-v1.41.1
                  operators.operatorframework.io/operator-type: non-standalone
                  operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
                  seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:           Running
SeccompProfile:   RuntimeDefault
IP:               10.217.0.52
IPs:
  IP:           10.217.0.52
Controlled By:  ReplicaSet/infra-operator-controller-manager-6f4d667fdd
Containers:
  manager:
    Container ID:  cri-o://92d3f3d392b746f124282379c6f72ca567746e7e14c773d94d3fcb1bccc20102
    Image:         quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3
    Image ID:      quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3
    Port:          9443/TCP
    Host Port:     0/TCP
    Command:
      /manager
    Args:
      --metrics-bind-address=:8443
      --leader-elect
      --health-probe-bind-address=:8081
      --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
    State:          Running
      Started:      Sun, 01 Feb 2026 07:34:52 +0000
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     500m
      memory:  128Mi
    Requests:
      cpu:      10m
      memory:   64Mi
    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:
      RELATED_IMAGE_INFRA_MEMCACHED_IMAGE_URL_DEFAULT:  quay.io/podified-antelope-centos9/openstack-memcached@sha256:e47191ba776414b781b3e27b856ab45a03b9480c7dc2b1addb939608794882dc
      RELATED_IMAGE_INFRA_REDIS_IMAGE_URL_DEFAULT:      quay.io/podified-antelope-centos9/openstack-redis@sha256:7e7788d1aae251e60f4012870140c65bce9760cd27feaeec5f65c42fe4ffce77
      RELATED_IMAGE_INFRA_DNSMASQ_IMAGE_URL_DEFAULT:    quay.io/podified-antelope-centos9/openstack-neutron-server@sha256:ea0bf67f1aa5d95a9a07b9c8692c293470f1311792c55d3d57f1f92e56689c33
      RELATED_IMAGE_INSTANCE_HA_IMAGE_URL_DEFAULT:      quay.io/podified-antelope-centos9/openstack-openstackclient@sha256:2b4f8494513a3af102066fec5868ab167ac8664aceb2f0c639d7a0b60260a944
      OPERATOR_CONDITION_NAME:                          infra-operator.v0.0.1
    Mounts:
      /apiserver.local.config/certificates from apiservice-cert (rw)
      /tmp/k8s-webhook-server/serving-certs from webhook-cert (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-xm5r7 (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  webhook-certs:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  webhook-server-cert
    Optional:    false
  apiservice-cert:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  infra-operator-controller-manager-service-cert
    Optional:    false
  webhook-cert:
    Type:        Secret (a volume populated by a Secret)
    SecretName:  infra-operator-controller-manager-service-cert
    Optional:    false
  kube-api-access-xm5r7:
    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 300s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       35m   default-scheduler  Successfully assigned openstack-operators/infra-operator-controller-manager-6f4d667fdd-rfzbv to crc
  Normal  AddedInterface  35m   multus             Add eth0 [10.217.0.52/23] from ovn-kubernetes
  Normal  Pulling         35m   kubelet            Pulling image "quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3"
  Normal  Pulled          34m   kubelet            Successfully pulled image "quay.io/openstack-k8s-operators/infra-operator@sha256:a504ab83288310bbd8e39f3a01faaa3c210a14d94bbd32124e9eadd46227d6b3" in 7.606s (7.606s including waiting). Image size: 192805810 bytes.
  Normal  Created         34m   kubelet            Created container manager
  Normal  Started         34m   kubelet            Started container manager
