--- apiVersion: v1 kind: Pod metadata: annotations: release.openshift.io/version: X.Y.Z-fake-test creationTimestamp: "2022-01-01T00:00:00Z" generateName: machine-api-controllers-86c6c8f96d- labels: api: clusterapi k8s-app: controller name: machine-api-controllers-86c6c8f96d-ssrp8 namespace: openshift-machine-api ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: ReplicaSet name: machine-api-controllers-86c6c8f96d uid: 00000000-0000-0000-0000-000000000000 resourceVersion: "12345" uid: 00000000-0000-0000-0000-000000000000 spec: containers: - args: - --logtostderr=true - --v=3 - --leader-elect=true - --leader-elect-lease-duration=120s - --namespace=openshift-machine-api command: - /machineset-controller image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /readyz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: machineset-controller ports: - containerPort: 8443 name: webhook-server protocol: TCP - containerPort: 9441 name: healthz protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /healthz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/machine-api-operator/tls name: cert readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --logtostderr=true - --v=3 - --leader-elect=true - --leader-elect-lease-duration=120s - --namespace=openshift-machine-api command: - /machine-controller-manager env: - name: NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /readyz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: machine-controller ports: - containerPort: 9440 name: healthz protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /healthz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/pki/ca-trust/extracted/pem name: trusted-ca readOnly: true - mountPath: /var/run/secrets/openshift/serviceaccount name: bound-sa-token readOnly: true - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --logtostderr=true - --v=3 - --leader-elect=true - --leader-elect-lease-duration=120s - --namespace=openshift-machine-api command: - /nodelink-controller image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent name: nodelink-controller resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --logtostderr=true - --v=3 - --leader-elect=true - --leader-elect-lease-duration=120s - --namespace=openshift-machine-api command: - /machine-healthcheck image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /readyz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: machine-healthcheck-controller ports: - containerPort: 9442 name: healthz protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /healthz port: healthz scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --secure-listen-address=0.0.0.0:8442 - --upstream=http://localhost:8082 - --config-file=/etc/kube-rbac-proxy/config-file.yaml - --tls-cert-file=/etc/tls/private/tls.crt - --tls-private-key-file=/etc/tls/private/tls.key - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - --logtostderr=true - --v=3 image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent name: kube-rbac-proxy-machineset-mtrc ports: - containerPort: 8442 name: machineset-mtrc protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/kube-rbac-proxy name: config - mountPath: /etc/tls/private name: machine-api-controllers-tls - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --secure-listen-address=0.0.0.0:8441 - --upstream=http://localhost:8081 - --config-file=/etc/kube-rbac-proxy/config-file.yaml - --tls-cert-file=/etc/tls/private/tls.crt - --tls-private-key-file=/etc/tls/private/tls.key - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - --logtostderr=true - --v=3 image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent name: kube-rbac-proxy-machine-mtrc ports: - containerPort: 8441 name: machine-mtrc protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/kube-rbac-proxy name: config - mountPath: /etc/tls/private name: machine-api-controllers-tls - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true - args: - --secure-listen-address=0.0.0.0:8444 - --upstream=http://localhost:8083 - --config-file=/etc/kube-rbac-proxy/config-file.yaml - --tls-cert-file=/etc/tls/private/tls.crt - --tls-private-key-file=/etc/tls/private/tls.key - --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305,TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 - --logtostderr=true - --v=3 image: quay.io/openshift-release-dev/ocp-v4.0-fake imagePullPolicy: IfNotPresent name: kube-rbac-proxy-mhc-mtrc ports: - containerPort: 8444 name: mhc-mtrc protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: capabilities: drop: - KILL - MKNOD - SETGID - SETUID runAsUser: 1000450000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/kube-rbac-proxy name: config - mountPath: /etc/tls/private name: machine-api-controllers-tls - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-6fbb2 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true nodeName: ip-10-0-1-1.compute.plane nodeSelector: node-role.kubernetes.io/master: "" preemptionPolicy: PreemptLowerPriority priority: 2000001000 priorityClassName: system-node-critical restartPolicy: Always schedulerName: default-scheduler securityContext: fsGroup: 1000450000 seLinuxOptions: level: s0:c21,c15 serviceAccount: machine-api-controllers serviceAccountName: machine-api-controllers terminationGracePeriodSeconds: 30 tolerations: - effect: NoSchedule key: node-role.kubernetes.io/master - key: CriticalAddonsOnly operator: Exists - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 120 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 120 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: cert secret: defaultMode: 420 items: - key: tls.crt path: tls.crt - key: tls.key path: tls.key secretName: machine-api-operator-webhook-cert - name: bound-sa-token projected: defaultMode: 420 sources: - serviceAccountToken: audience: openshift expirationSeconds: 3600 path: token - configMap: defaultMode: 420 name: kube-rbac-proxy name: config - name: machine-api-controllers-tls secret: defaultMode: 420 secretName: machine-api-controllers-tls - configMap: defaultMode: 420 items: - key: ca-bundle.crt path: tls-ca-bundle.pem name: mao-trusted-ca optional: true name: trusted-ca - name: kube-api-access-6fbb2 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 - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2022-01-01T00:00:00Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2022-01-01T00:00:00Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2022-01-01T00:00:00Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2022-01-01T00:00:00Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: {} name: kube-rbac-proxy-machine-mtrc ready: true restartCount: 0 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: {} name: kube-rbac-proxy-machineset-mtrc ready: true restartCount: 0 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: {} name: kube-rbac-proxy-mhc-mtrc ready: true restartCount: 0 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: terminated: containerID: cri-o://fake exitCode: 2 finishedAt: "2022-01-01T00:00:00Z" reason: Error startedAt: "2022-01-01T00:00:00Z" name: machine-controller ready: true restartCount: 2 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: terminated: containerID: cri-o://fake exitCode: 2 finishedAt: "2022-01-01T00:00:00Z" reason: Error startedAt: "2022-01-01T00:00:00Z" name: machine-healthcheck-controller ready: true restartCount: 3 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: terminated: containerID: cri-o://fake exitCode: 2 finishedAt: "2022-01-01T00:00:00Z" reason: Error startedAt: "2022-01-01T00:00:00Z" name: machineset-controller ready: true restartCount: 2 started: true state: running: startedAt: "2022-01-01T00:00:00Z" - containerID: cri-o://fake image: quay.io/openshift-release-dev/ocp-v4.0-fake imageID: quay.io/openshift-release-dev/ocp-v4.0-fake lastState: terminated: containerID: cri-o://fake exitCode: 255 finishedAt: "2022-01-01T00:00:00Z" reason: Error startedAt: "2022-01-01T00:00:00Z" name: nodelink-controller ready: true restartCount: 2 started: true state: running: startedAt: "2022-01-01T00:00:00Z" hostIP: 10.0.1.1 phase: Running podIP: 10.128.0.8 podIPs: - ip: 10.128.0.8 qosClass: Burstable startTime: "2022-01-01T00:00:00Z"