--- apiVersion: batch/v1 items: - apiVersion: batch/v1 kind: Job metadata: creationTimestamp: "2025-12-03T13:44:29Z" generation: 1 labels: app: assisted-installer-controller batch.kubernetes.io/controller-uid: eaba09dc-7e8c-464c-a747-73591e797a30 batch.kubernetes.io/job-name: assisted-installer-controller controller-uid: eaba09dc-7e8c-464c-a747-73591e797a30 job-name: assisted-installer-controller managedFields: - apiVersion: batch/v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:app: {} f:spec: f:backoffLimit: {} f:completionMode: {} f:completions: {} f:manualSelector: {} f:parallelism: {} f:podReplacementPolicy: {} f:suspend: {} f:template: f:metadata: f:labels: .: {} f:app: {} f:spec: f:containers: k:{"name":"assisted-installer-controller"}: .: {} f:env: .: {} k:{"name":"CA_CERT_PATH"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"CHECK_CLUSTER_VERSION"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"CLUSTER_ID"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"HIGH_AVAILABILITY_MODE"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"INVENTORY_URL"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"MUST_GATHER_IMAGE"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} k:{"name":"NOTIFY_NUM_REBOOTS"}: .: {} f:name: {} f:value: {} k:{"name":"OPENSHIFT_VERSION"}: .: {} f:name: {} f:value: {} k:{"name":"PULL_SECRET_TOKEN"}: .: {} f:name: {} f:valueFrom: .: {} f:secretKeyRef: {} k:{"name":"SKIP_CERT_VERIFICATION"}: .: {} f:name: {} f:valueFrom: .: {} f:configMapKeyRef: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/pki"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tmp/bootstrap-secrets"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tmp/host-resolv.conf"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/tmp/var-run-resolv.conf"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:hostNetwork: {} f:nodeSelector: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"host-ca-bundle"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"host-resolv-conf"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"host-var-run-resolv-conf"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} k:{"name":"sno-bootstrap-files"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} manager: cluster-bootstrap operation: Update time: "2025-12-03T13:44:29Z" - apiVersion: batch/v1 fieldsType: FieldsV1 fieldsV1: f:status: f:completionTime: {} f:conditions: {} f:ready: {} f:startTime: {} f:succeeded: {} f:terminating: {} f:uncountedTerminatedPods: {} manager: kube-controller-manager operation: Update subresource: status time: "2025-12-03T13:52:21Z" name: assisted-installer-controller namespace: assisted-installer resourceVersion: "2746" uid: eaba09dc-7e8c-464c-a747-73591e797a30 spec: backoffLimit: 100 completionMode: NonIndexed completions: 1 manualSelector: false parallelism: 1 podReplacementPolicy: TerminatingOrFailed selector: matchLabels: batch.kubernetes.io/controller-uid: eaba09dc-7e8c-464c-a747-73591e797a30 suspend: false template: metadata: creationTimestamp: null labels: app: assisted-installer-controller batch.kubernetes.io/controller-uid: eaba09dc-7e8c-464c-a747-73591e797a30 batch.kubernetes.io/job-name: assisted-installer-controller controller-uid: eaba09dc-7e8c-464c-a747-73591e797a30 job-name: assisted-installer-controller spec: containers: - env: - name: CLUSTER_ID valueFrom: configMapKeyRef: key: cluster-id name: assisted-installer-controller-config - name: INVENTORY_URL valueFrom: configMapKeyRef: key: inventory-url name: assisted-installer-controller-config - name: PULL_SECRET_TOKEN valueFrom: secretKeyRef: key: pull-secret-token name: assisted-installer-controller-secret - name: CA_CERT_PATH valueFrom: configMapKeyRef: key: ca-cert-path name: assisted-installer-controller-config optional: true - name: SKIP_CERT_VERIFICATION valueFrom: configMapKeyRef: key: skip-cert-verification name: assisted-installer-controller-config optional: true - name: OPENSHIFT_VERSION value: 4.18.28 - name: NOTIFY_NUM_REBOOTS value: "true" - name: HIGH_AVAILABILITY_MODE valueFrom: configMapKeyRef: key: high-availability-mode name: assisted-installer-controller-config optional: true - name: CHECK_CLUSTER_VERSION valueFrom: configMapKeyRef: key: check-cluster-version name: assisted-installer-controller-config optional: true - name: MUST_GATHER_IMAGE valueFrom: configMapKeyRef: key: must-gather-image name: assisted-installer-controller-config optional: true image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:184239929f74bb7c56c1cf5b94b5f91dd4013a87034fe04b9fa1027d2bb6c5a4 imagePullPolicy: IfNotPresent name: assisted-installer-controller resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/pki name: host-ca-bundle - mountPath: /tmp/var-run-resolv.conf name: host-var-run-resolv-conf - mountPath: /tmp/host-resolv.conf name: host-resolv-conf - mountPath: /tmp/bootstrap-secrets name: sno-bootstrap-files dnsPolicy: ClusterFirst hostNetwork: true nodeSelector: node-role.kubernetes.io/master: "" restartPolicy: OnFailure schedulerName: default-scheduler securityContext: {} serviceAccount: assisted-installer-controller serviceAccountName: assisted-installer-controller terminationGracePeriodSeconds: 30 tolerations: - effect: NoSchedule key: node-role.kubernetes.io/master operator: Exists - effect: NoSchedule key: node.kubernetes.io/not-ready operator: Exists - effect: NoSchedule key: node.kubernetes.io/network-unavailable operator: Exists volumes: - hostPath: path: /etc/pki type: "" name: host-ca-bundle - hostPath: path: /var/run/NetworkManager/resolv.conf type: "" name: host-var-run-resolv-conf - hostPath: path: /etc/resolv.conf type: "" name: host-resolv-conf - hostPath: path: /etc/kubernetes/bootstrap-secrets type: "" name: sno-bootstrap-files status: completionTime: "2025-12-03T13:52:19Z" conditions: - lastProbeTime: "2025-12-03T13:52:19Z" lastTransitionTime: "2025-12-03T13:52:19Z" message: Reached expected number of succeeded pods reason: CompletionsReached status: "True" type: SuccessCriteriaMet - lastProbeTime: "2025-12-03T13:52:21Z" lastTransitionTime: "2025-12-03T13:52:21Z" message: Reached expected number of succeeded pods reason: CompletionsReached status: "True" type: Complete ready: 0 startTime: "2025-12-03T13:44:29Z" succeeded: 1 terminating: 0 uncountedTerminatedPods: {} kind: JobList metadata: resourceVersion: "34570"