apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-07-08T22:34:00Z"
  generateName: capo-controller-manager-56cf844ccd-
  labels:
    cluster.x-k8s.io/provider: infrastructure-openstack
    control-plane: capo-controller-manager
    pod-template-hash: 56cf844ccd
  name: capo-controller-manager-56cf844ccd-t5h9g
  namespace: capo-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: capo-controller-manager-56cf844ccd
    uid: b3c53b31-fac5-4481-80e2-edceba3801ad
  resourceVersion: "28296"
  uid: e166344e-207b-42f5-a6d6-85d2d94709c3
spec:
  containers:
  - args:
    - --leader-elect
    - --v=2
    - --diagnostics-address=127.0.0.1:8080
    - --insecure-diagnostics=true
    - --feature-gates=PriorityQueue=false,AutoScaleFromZero=false
    command:
    - /manager
    env:
    - name: CLUSTER_API_OPENSTACK_INSTANCE_CREATE_TIMEOUT
      value: "10"
    image: harbor.atmosphere.dev/registry.k8s.io/capi-openstack/capi-openstack-controller:v0.14.4
    imagePullPolicy: IfNotPresent
    livenessProbe:
      failureThreshold: 3
      httpGet:
        path: /healthz
        port: healthz
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    name: manager
    ports:
    - containerPort: 9443
      name: webhook-server
      protocol: TCP
    - containerPort: 9440
      name: healthz
      protocol: TCP
    readinessProbe:
      failureThreshold: 3
      httpGet:
        path: /readyz
        port: healthz
        scheme: HTTP
      periodSeconds: 10
      successThreshold: 1
      timeoutSeconds: 1
    resources: {}
    securityContext:
      allowPrivilegeEscalation: false
      capabilities:
        drop:
        - ALL
      privileged: false
      runAsGroup: 65532
      runAsUser: 65532
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: FallbackToLogsOnError
    volumeMounts:
    - mountPath: /tmp/k8s-webhook-server/serving-certs
      name: cert
      readOnly: true
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-nrhrp
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  nodeSelector:
    openstack-control-plane: enabled
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  schedulerName: default-scheduler
  securityContext:
    runAsNonRoot: true
    seccompProfile:
      type: RuntimeDefault
  serviceAccount: capo-manager
  serviceAccountName: capo-manager
  terminationGracePeriodSeconds: 10
  tolerations:
  - effect: NoSchedule
    key: node-role.kubernetes.io/master
  - effect: NoSchedule
    key: node-role.kubernetes.io/control-plane
  - effect: NoExecute
    key: node.kubernetes.io/not-ready
    operator: Exists
    tolerationSeconds: 300
  - effect: NoExecute
    key: node.kubernetes.io/unreachable
    operator: Exists
    tolerationSeconds: 300
  volumes:
  - name: cert
    secret:
      defaultMode: 420
      secretName: capo-webhook-service-cert
  - name: kube-api-access-nrhrp
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-07-08T22:34:00Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-07-08T22:42:10Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-07-08T22:42:10Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-07-08T22:34:00Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://afa8a3e703d7b1f06b375afc9dfdbec0f150831f5221d258d301cea8213e7c86
    image: harbor.atmosphere.dev/registry.k8s.io/capi-openstack/capi-openstack-controller:v0.14.4
    imageID: harbor.atmosphere.dev/registry.k8s.io/capi-openstack/capi-openstack-controller@sha256:b428de23d97c69ebb350e2359e73eb6ec92572e5dfab8cc4cea9994c01fa4ee0
    lastState:
      terminated:
        containerID: containerd://d3e76eadf0dad9f07ddf04d20323428fd348c91a2703e93dd9d7b878b9a3e3c2
        exitCode: 1
        finishedAt: "2026-07-08T22:41:49Z"
        message: |
          I0708 22:41:49.411981       1 main.go:252] "Feature gates: AutoScaleFromZero=false,PriorityQueue=false\n" logger="setup"
          I0708 22:41:49.412222       1 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
          I0708 22:41:49.412240       1 envvar.go:172] "Feature gate default state" feature="InOrderInformers" enabled=true
          I0708 22:41:49.412245       1 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
          I0708 22:41:49.412250       1 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
          I0708 22:41:49.412257       1 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
          E0708 22:41:49.857982       1 main.go:388] "unable to create controller" err="unable to retrieve the complete list of server APIs: ipam.cluster.x-k8s.io/v1beta2: no matches for ipam.cluster.x-k8s.io/v1beta2, Resource=" logger="setup" controller="FloatingIPPool"
        reason: Error
        startedAt: "2026-07-08T22:41:49Z"
    name: manager
    ready: true
    restartCount: 3
    started: true
    state:
      running:
        startedAt: "2026-07-08T22:42:01Z"
  hostIP: 199.204.45.227
  phase: Running
  podIP: 10.0.0.3
  podIPs:
  - ip: 10.0.0.3
  qosClass: BestEffort
  startTime: "2026-07-08T22:34:00Z"
