apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-05-26T21:24:48Z"
  generateName: capi-kubeadm-control-plane-controller-manager-bdfc6fdd8-
  labels:
    cluster.x-k8s.io/provider: control-plane-kubeadm
    control-plane: controller-manager
    pod-template-hash: bdfc6fdd8
  name: capi-kubeadm-control-plane-controller-manager-bdfc6fdd8-xgdrs
  namespace: capi-kubeadm-control-plane-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: capi-kubeadm-control-plane-controller-manager-bdfc6fdd8
    uid: 4a0e120f-66f7-44a2-8bab-92675eda8c25
  resourceVersion: "28796"
  uid: 9e31e453-9edb-4c33-859c-b0af455334fa
spec:
  containers:
  - args:
    - --leader-elect
    - --diagnostics-address=:8443
    - --insecure-diagnostics=false
    - --feature-gates=MachinePool=true,ClusterTopology=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=false
    command:
    - /manager
    env:
    - name: POD_NAMESPACE
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.namespace
    - name: POD_NAME
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.name
    - name: POD_UID
      valueFrom:
        fieldRef:
          apiVersion: v1
          fieldPath: metadata.uid
    image: harbor.atmosphere.dev/registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.10.5
    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
    - containerPort: 8443
      name: metrics
      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-jfgrt
      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: capi-kubeadm-control-plane-manager
  serviceAccountName: capi-kubeadm-control-plane-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: capi-kubeadm-control-plane-webhook-service-cert
  - name: kube-api-access-jfgrt
    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-05-26T21:24:48Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T21:33:18Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T21:33:18Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-26T21:24:48Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://b80d52c8e3710de7814c6910992e00edb41732f3c524a36fd4e4c3c0c0144195
    image: harbor.atmosphere.dev/registry.k8s.io/cluster-api/kubeadm-control-plane-controller:v1.10.5
    imageID: harbor.atmosphere.dev/registry.k8s.io/cluster-api/kubeadm-control-plane-controller@sha256:a780eabc911316b348f06fb02c43773b311a239b72496c24b47281ba1af456ba
    lastState:
      terminated:
        containerID: containerd://21416b38b4afe110be45d0c8a9e5cf0b5868861d8a2fe80429d9abca5cd1f913
        exitCode: 1
        finishedAt: "2026-05-26T21:32:52Z"
        message: |
          I0526 21:32:46.475655       1 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
          I0526 21:32:46.475721       1 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
          I0526 21:32:46.475728       1 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
          I0526 21:32:46.475733       1 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
          E0526 21:32:46.476319       1 main.go:319] "unable to start manager" err="failed to determine if *v1.Secret is namespaced: failed to get restmapping: failed to get server groups: Get \"https://10.96.0.1:443/api\": dial tcp 10.96.0.1:443: connect: connection refused" logger="setup"
        reason: Error
        startedAt: "2026-05-26T21:32:46Z"
    name: manager
    ready: true
    restartCount: 2
    started: true
    state:
      running:
        startedAt: "2026-05-26T21:33:11Z"
  hostIP: 199.204.45.22
  phase: Running
  podIP: 10.0.0.129
  podIPs:
  - ip: 10.0.0.129
  qosClass: BestEffort
  startTime: "2026-05-26T21:24:48Z"
