--- apiVersion: v1 items: - apiVersion: v1 kind: Pod metadata: annotations: k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.133.0.7/23"],"mac_address":"0a:58:0a:85:00:07","gateway_ips":["10.133.0.1"],"routes":[{"dest":"10.132.0.0/14","nextHop":"10.133.0.1"},{"dest":"172.31.0.0/16","nextHop":"10.133.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.133.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.133.0.1"}],"ip_address":"10.133.0.7/23","gateway_ip":"10.133.0.1","role":"primary"}}' k8s.v1.cni.cncf.io/network-status: |- [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.133.0.7" ], "mac": "0a:58:0a:85:00:07", "default": true, "dns": {} }] openshift.io/required-scc: restricted-v2 openshift.io/scc: restricted-v2 seccomp.security.alpha.kubernetes.io/pod: runtime/default security.openshift.io/validated-scc-subject-type: user creationTimestamp: "2026-04-17T18:10:40Z" generateName: ingress-canary- generation: 1 labels: controller-revision-hash: 54db9b79d9 ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller pod-template-generation: "1" managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.ovn.org/pod-networks: {} manager: ip-10-0-133-142 operation: Update subresource: status time: "2026-04-17T18:10:40Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:openshift.io/required-scc: {} f:target.workload.openshift.io/management: {} f:generateName: {} f:labels: .: {} f:controller-revision-hash: {} f:ingresscanary.operator.openshift.io/daemonset-ingresscanary: {} f:pod-template-generation: {} f:ownerReferences: .: {} k:{"uid":"acd3c86a-eed7-4d8a-907d-1d317fcd2f8e"}: {} f:spec: f:affinity: .: {} f:nodeAffinity: .: {} f:requiredDuringSchedulingIgnoredDuringExecution: {} f:containers: k:{"name":"serve-healthcheck-canary"}: .: {} f:command: {} f:env: .: {} k:{"name":"TLS_CERT"}: .: {} f:name: {} f:value: {} k:{"name":"TLS_KEY"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:ports: .: {} k:{"containerPort":8443,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} k:{"containerPort":8888,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:allowPrivilegeEscalation: {} f:capabilities: .: {} f:drop: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/tls-cert"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeSelector: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: .: {} f:runAsNonRoot: {} f:seccompProfile: .: {} f:type: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"cert"}: .: {} f:name: {} f:secret: .: {} f:defaultMode: {} f:secretName: {} manager: kube-controller-manager operation: Update time: "2026-04-17T18:10:40Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.v1.cni.cncf.io/network-status: {} manager: multus-daemon operation: Update subresource: status time: "2026-04-17T18:12:59Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodReadyToStartContainers"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:hostIPs: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.133.0.7"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2026-04-17T18:13:02Z" name: ingress-canary-6f76l namespace: openshift-ingress-canary ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: ingress-canary uid: acd3c86a-eed7-4d8a-907d-1d317fcd2f8e resourceVersion: "8557" uid: 1f9df124-3418-493f-8f5e-bd5ea9df2004 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - ip-10-0-133-142.ec2.internal containers: - command: - ingress-operator - serve-healthcheck env: - name: TLS_CERT value: /etc/tls-cert/tls.crt - name: TLS_KEY value: /etc/tls-cert/tls.key image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imagePullPolicy: IfNotPresent name: serve-healthcheck-canary ports: - containerPort: 8443 protocol: TCP - containerPort: 8888 protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsUser: 1000320000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pdh8t readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: default-dockercfg-hwgzd nodeName: ip-10-0-133-142.ec2.internal nodeSelector: kubernetes.io/os: linux preemptionPolicy: PreemptLowerPriority priority: 2000000000 priorityClassName: system-cluster-critical restartPolicy: Always schedulerName: default-scheduler securityContext: fsGroup: 1000320000 runAsNonRoot: true seLinuxOptions: level: s0:c18,c7 seccompProfile: type: RuntimeDefault serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - key: node-role.kubernetes.io/infra operator: Exists - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists volumes: - name: cert secret: defaultMode: 272 secretName: canary-serving-cert - name: kube-api-access-pdh8t 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: "2026-04-17T18:13:02Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:41Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-04-17T18:13:02Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-04-17T18:13:02Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:40Z" status: "True" type: PodScheduled containerStatuses: - allocatedResources: cpu: 10m memory: 20Mi containerID: cri-o://5233db4c4271487520e349eeb20ed0fc45927fd5c8b453c045b030f1779cec59 image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imageID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1f7bf484ae9370ade47453d2e8dd49774694efed83f8431453db8965f642e63b lastState: {} name: serve-healthcheck-canary ready: true resources: requests: cpu: 10m memory: 20Mi restartCount: 0 started: true state: running: startedAt: "2026-04-17T18:13:01Z" user: linux: gid: 0 supplementalGroups: - 0 - 1000320000 uid: 1000320000 volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-pdh8t readOnly: true recursiveReadOnly: Disabled hostIP: 10.0.133.142 hostIPs: - ip: 10.0.133.142 phase: Running podIP: 10.133.0.7 podIPs: - ip: 10.133.0.7 qosClass: Burstable startTime: "2026-04-17T18:10:41Z" - apiVersion: v1 kind: Pod metadata: annotations: k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.134.0.6/23"],"mac_address":"0a:58:0a:86:00:06","gateway_ips":["10.134.0.1"],"routes":[{"dest":"10.132.0.0/14","nextHop":"10.134.0.1"},{"dest":"172.31.0.0/16","nextHop":"10.134.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.134.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.134.0.1"}],"ip_address":"10.134.0.6/23","gateway_ip":"10.134.0.1","role":"primary"}}' k8s.v1.cni.cncf.io/network-status: |- [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.134.0.6" ], "mac": "0a:58:0a:86:00:06", "default": true, "dns": {} }] openshift.io/required-scc: restricted-v2 openshift.io/scc: restricted-v2 seccomp.security.alpha.kubernetes.io/pod: runtime/default security.openshift.io/validated-scc-subject-type: user creationTimestamp: "2026-04-17T18:10:38Z" generateName: ingress-canary- generation: 1 labels: controller-revision-hash: 54db9b79d9 ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller pod-template-generation: "1" managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.ovn.org/pod-networks: {} manager: ip-10-0-139-47 operation: Update subresource: status time: "2026-04-17T18:10:38Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:openshift.io/required-scc: {} f:target.workload.openshift.io/management: {} f:generateName: {} f:labels: .: {} f:controller-revision-hash: {} f:ingresscanary.operator.openshift.io/daemonset-ingresscanary: {} f:pod-template-generation: {} f:ownerReferences: .: {} k:{"uid":"acd3c86a-eed7-4d8a-907d-1d317fcd2f8e"}: {} f:spec: f:affinity: .: {} f:nodeAffinity: .: {} f:requiredDuringSchedulingIgnoredDuringExecution: {} f:containers: k:{"name":"serve-healthcheck-canary"}: .: {} f:command: {} f:env: .: {} k:{"name":"TLS_CERT"}: .: {} f:name: {} f:value: {} k:{"name":"TLS_KEY"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:ports: .: {} k:{"containerPort":8443,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} k:{"containerPort":8888,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:allowPrivilegeEscalation: {} f:capabilities: .: {} f:drop: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/tls-cert"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeSelector: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: .: {} f:runAsNonRoot: {} f:seccompProfile: .: {} f:type: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"cert"}: .: {} f:name: {} f:secret: .: {} f:defaultMode: {} f:secretName: {} manager: kube-controller-manager operation: Update time: "2026-04-17T18:10:38Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.v1.cni.cncf.io/network-status: {} manager: multus-daemon operation: Update subresource: status time: "2026-04-17T18:12:47Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodReadyToStartContainers"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:hostIPs: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.134.0.6"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2026-04-17T18:12:49Z" name: ingress-canary-8mp25 namespace: openshift-ingress-canary ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: ingress-canary uid: acd3c86a-eed7-4d8a-907d-1d317fcd2f8e resourceVersion: "8271" uid: 20e3ddf2-2561-496a-8a56-350b145462b9 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - ip-10-0-139-47.ec2.internal containers: - command: - ingress-operator - serve-healthcheck env: - name: TLS_CERT value: /etc/tls-cert/tls.crt - name: TLS_KEY value: /etc/tls-cert/tls.key image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imagePullPolicy: IfNotPresent name: serve-healthcheck-canary ports: - containerPort: 8443 protocol: TCP - containerPort: 8888 protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsUser: 1000320000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-dkmwv readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: default-dockercfg-hwgzd nodeName: ip-10-0-139-47.ec2.internal nodeSelector: kubernetes.io/os: linux preemptionPolicy: PreemptLowerPriority priority: 2000000000 priorityClassName: system-cluster-critical restartPolicy: Always schedulerName: default-scheduler securityContext: fsGroup: 1000320000 runAsNonRoot: true seLinuxOptions: level: s0:c18,c7 seccompProfile: type: RuntimeDefault serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - key: node-role.kubernetes.io/infra operator: Exists - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists volumes: - name: cert secret: defaultMode: 272 secretName: canary-serving-cert - name: kube-api-access-dkmwv 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: "2026-04-17T18:12:49Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:39Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-04-17T18:12:49Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-04-17T18:12:49Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:38Z" status: "True" type: PodScheduled containerStatuses: - allocatedResources: cpu: 10m memory: 20Mi containerID: cri-o://bcdc9e067eee702d509bcd56bf29ccb60c1a457c31e8de39594d14a6895eb247 image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imageID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1f7bf484ae9370ade47453d2e8dd49774694efed83f8431453db8965f642e63b lastState: {} name: serve-healthcheck-canary ready: true resources: requests: cpu: 10m memory: 20Mi restartCount: 0 started: true state: running: startedAt: "2026-04-17T18:12:49Z" user: linux: gid: 0 supplementalGroups: - 0 - 1000320000 uid: 1000320000 volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-dkmwv readOnly: true recursiveReadOnly: Disabled hostIP: 10.0.139.47 hostIPs: - ip: 10.0.139.47 phase: Running podIP: 10.134.0.6 podIPs: - ip: 10.134.0.6 qosClass: Burstable startTime: "2026-04-17T18:10:39Z" - apiVersion: v1 kind: Pod metadata: annotations: k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.132.0.12/23"],"mac_address":"0a:58:0a:84:00:0c","gateway_ips":["10.132.0.1"],"routes":[{"dest":"10.132.0.0/14","nextHop":"10.132.0.1"},{"dest":"172.31.0.0/16","nextHop":"10.132.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.132.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.132.0.1"}],"ip_address":"10.132.0.12/23","gateway_ip":"10.132.0.1","role":"primary"}}' k8s.v1.cni.cncf.io/network-status: |- [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.132.0.12" ], "mac": "0a:58:0a:84:00:0c", "default": true, "dns": {} }] openshift.io/required-scc: restricted-v2 openshift.io/scc: restricted-v2 seccomp.security.alpha.kubernetes.io/pod: runtime/default security.openshift.io/validated-scc-subject-type: user creationTimestamp: "2026-04-17T18:10:37Z" generateName: ingress-canary- generation: 1 labels: controller-revision-hash: 54db9b79d9 ingresscanary.operator.openshift.io/daemonset-ingresscanary: canary_controller pod-template-generation: "1" managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.ovn.org/pod-networks: {} manager: ip-10-0-134-83 operation: Update subresource: status time: "2026-04-17T18:10:37Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:openshift.io/required-scc: {} f:target.workload.openshift.io/management: {} f:generateName: {} f:labels: .: {} f:controller-revision-hash: {} f:ingresscanary.operator.openshift.io/daemonset-ingresscanary: {} f:pod-template-generation: {} f:ownerReferences: .: {} k:{"uid":"acd3c86a-eed7-4d8a-907d-1d317fcd2f8e"}: {} f:spec: f:affinity: .: {} f:nodeAffinity: .: {} f:requiredDuringSchedulingIgnoredDuringExecution: {} f:containers: k:{"name":"serve-healthcheck-canary"}: .: {} f:command: {} f:env: .: {} k:{"name":"TLS_CERT"}: .: {} f:name: {} f:value: {} k:{"name":"TLS_KEY"}: .: {} f:name: {} f:value: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:ports: .: {} k:{"containerPort":8443,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} k:{"containerPort":8888,"protocol":"TCP"}: .: {} f:containerPort: {} f:protocol: {} f:resources: .: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:allowPrivilegeEscalation: {} f:capabilities: .: {} f:drop: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/tls-cert"}: .: {} f:mountPath: {} f:name: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeSelector: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: .: {} f:runAsNonRoot: {} f:seccompProfile: .: {} f:type: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"cert"}: .: {} f:name: {} f:secret: .: {} f:defaultMode: {} f:secretName: {} manager: kube-controller-manager operation: Update time: "2026-04-17T18:10:37Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.v1.cni.cncf.io/network-status: {} manager: multus-daemon operation: Update subresource: status time: "2026-04-17T18:12:45Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodReadyToStartContainers"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:hostIPs: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.132.0.12"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2026-04-17T18:12:48Z" name: ingress-canary-xmchg namespace: openshift-ingress-canary ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: DaemonSet name: ingress-canary uid: acd3c86a-eed7-4d8a-907d-1d317fcd2f8e resourceVersion: "8217" uid: 057fe092-ea34-41d4-a4dc-e565cd2567bf spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key: metadata.name operator: In values: - ip-10-0-134-83.ec2.internal containers: - command: - ingress-operator - serve-healthcheck env: - name: TLS_CERT value: /etc/tls-cert/tls.crt - name: TLS_KEY value: /etc/tls-cert/tls.key image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imagePullPolicy: IfNotPresent name: serve-healthcheck-canary ports: - containerPort: 8443 protocol: TCP - containerPort: 8888 protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsUser: 1000320000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-rjms4 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: default-dockercfg-hwgzd nodeName: ip-10-0-134-83.ec2.internal nodeSelector: kubernetes.io/os: linux preemptionPolicy: PreemptLowerPriority priority: 2000000000 priorityClassName: system-cluster-critical restartPolicy: Always schedulerName: default-scheduler securityContext: fsGroup: 1000320000 runAsNonRoot: true seLinuxOptions: level: s0:c18,c7 seccompProfile: type: RuntimeDefault serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - key: node-role.kubernetes.io/infra operator: Exists - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists - effect: NoSchedule key: node.kubernetes.io/disk-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/pid-pressure operator: Exists - effect: NoSchedule key: node.kubernetes.io/unschedulable operator: Exists volumes: - name: cert secret: defaultMode: 272 secretName: canary-serving-cert - name: kube-api-access-rjms4 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: "2026-04-17T18:12:48Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:37Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-04-17T18:12:48Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-04-17T18:12:48Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-04-17T18:10:37Z" status: "True" type: PodScheduled containerStatuses: - allocatedResources: cpu: 10m memory: 20Mi containerID: cri-o://eea955fa0058a883672e7a62c0b9f60a18937f0cf17e4c283b4059b337b2257b image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:98c903cc8c2ea492f4c9047febaa42525c20c5b414d4de2ce3df5eb65ef899e2 imageID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:1f7bf484ae9370ade47453d2e8dd49774694efed83f8431453db8965f642e63b lastState: {} name: serve-healthcheck-canary ready: true resources: requests: cpu: 10m memory: 20Mi restartCount: 0 started: true state: running: startedAt: "2026-04-17T18:12:47Z" user: linux: gid: 0 supplementalGroups: - 0 - 1000320000 uid: 1000320000 volumeMounts: - mountPath: /etc/tls-cert name: cert - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-rjms4 readOnly: true recursiveReadOnly: Disabled hostIP: 10.0.134.83 hostIPs: - ip: 10.0.134.83 phase: Running podIP: 10.132.0.12 podIPs: - ip: 10.132.0.12 qosClass: Burstable startTime: "2026-04-17T18:10:37Z" kind: PodList metadata: resourceVersion: "14358"