apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-08-24T16:29:15Z"
  generateName: capi-kubeadm-bootstrap-controller-manager-67b8b974d6-
  labels:
    cluster.x-k8s.io/provider: bootstrap-kubeadm
    control-plane: controller-manager
    pod-template-hash: 67b8b974d6
  name: capi-kubeadm-bootstrap-controller-manager-67b8b974d6-lskj2
  namespace: capi-kubeadm-bootstrap-system
  ownerReferences:
  - apiVersion: apps/v1
    blockOwnerDeletion: true
    controller: true
    kind: ReplicaSet
    name: capi-kubeadm-bootstrap-controller-manager-67b8b974d6
    uid: 182b83d5-f5ec-4e09-9995-522ceaf7a6ee
  resourceVersion: "29903"
  uid: 4fae945c-b32a-45d7-b230-117f03a8a773
spec:
  containers:
  - args:
    - --leader-elect
    - --diagnostics-address=:8443
    - --insecure-diagnostics=false
    - --feature-gates=MachinePool=true,KubeadmBootstrapFormatIgnition=false,PriorityQueue=true,ReconcilerRateLimiting=true
    - --bootstrap-token-ttl=15m
    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-bootstrap-controller:v1.13.2
    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-875bq
      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-bootstrap-manager
  serviceAccountName: capi-kubeadm-bootstrap-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-bootstrap-webhook-service-cert
  - name: kube-api-access-875bq
    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-08-24T16:29:15Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:39:36Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:39:36Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-08-24T16:29:15Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://6a09520539cc9e68dd951c5e3e1ad541804393e8aa5d55a0be3dccf175ab9ea4
    image: harbor.atmosphere.dev/registry.k8s.io/cluster-api/kubeadm-bootstrap-controller:v1.13.2
    imageID: harbor.atmosphere.dev/registry.k8s.io/cluster-api/kubeadm-bootstrap-controller@sha256:864c7a385db1811c9db402a75632921fb695c06b7c42e63cb9b1b387cfa92f6b
    lastState:
      terminated:
        containerID: containerd://07597b66dde746d881c06c9b7ad9f208b6e3cfe599bcfc28e35e361ce561ab2f
        exitCode: 1
        finishedAt: "2026-08-24T16:39:07Z"
        message: |
          in.go:202] FLAG: --logging-format="text"
          I0824 16:39:06.042861       1 main.go:202] FLAG: --namespace=""
          I0824 16:39:06.042863       1 main.go:202] FLAG: --profiler-address=""
          I0824 16:39:06.042865       1 main.go:202] FLAG: --skip-crd-migration-phases="[]"
          I0824 16:39:06.042873       1 main.go:202] FLAG: --sync-period="10m0s"
          I0824 16:39:06.042895       1 main.go:202] FLAG: --tls-cipher-suites="[]"
          I0824 16:39:06.042899       1 main.go:202] FLAG: --tls-min-version="VersionTLS12"
          I0824 16:39:06.042901       1 main.go:202] FLAG: --v="2"
          I0824 16:39:06.042905       1 main.go:202] FLAG: --vmodule=""
          I0824 16:39:06.042915       1 main.go:202] FLAG: --watch-filter=""
          I0824 16:39:06.042917       1 main.go:202] FLAG: --webhook-cert-dir="/tmp/k8s-webhook-server/serving-certs/"
          I0824 16:39:06.042920       1 main.go:202] FLAG: --webhook-cert-name="tls.crt"
          I0824 16:39:06.042922       1 main.go:202] FLAG: --webhook-key-name="tls.key"
          I0824 16:39:06.042925       1 main.go:202] FLAG: --webhook-port="9443"
          I0824 16:39:06.042959       1 main.go:209] "Version: v1.13.2 (git commit: ebd807c66351f3ad96ca99b68d2219305d794640)" logger="setup"
          I0824 16:39:06.043264       1 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
          I0824 16:39:06.043283       1 envvar.go:172] "Feature gate default state" feature="InOrderInformers" enabled=true
          I0824 16:39:06.043287       1 envvar.go:172] "Feature gate default state" feature="InOrderInformersBatchProcess" enabled=true
          I0824 16:39:06.043291       1 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=true
          I0824 16:39:06.043296       1 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=true
          I0824 16:39:06.043300       1 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
          E0824 16:39:07.055911       1 main.go:259] "unable to start manager" err="failed to determine if *v1.Secret is namespaced: failed to get restmapping: failed to get server groups: unknown" logger="setup"
        reason: Error
        startedAt: "2026-08-24T16:39:05Z"
    name: manager
    ready: true
    restartCount: 3
    started: true
    state:
      running:
        startedAt: "2026-08-24T16:39:29Z"
  hostIP: 199.19.213.12
  phase: Running
  podIP: 10.0.0.19
  podIPs:
  - ip: 10.0.0.19
  qosClass: BestEffort
  startTime: "2026-08-24T16:29:15Z"
