Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1711686 Details for
Bug 1868645
After a disaster recovery pods a stuck in "NodeAffinity" state and not running
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
the entire contents of the namespace
all.yml (text/plain), 1.86 MB, created by
Marko Karg
on 2020-08-18 06:34:09 UTC
(
hide
)
Description:
the entire contents of the namespace
Filename:
MIME Type:
Creator:
Marko Karg
Created:
2020-08-18 06:34:09 UTC
Size:
1.86 MB
patch
obsolete
>apiVersion: v1 >items: >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.52.4/23"],"mac_address":"c2:eb:7d:81:34:05","gateway_ips":["10.129.52.1"],"ip_address":"10.129.52.4/23","gateway_ip":"10.129.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.52.4" > ], > "mac": "c2:eb:7d:81:34:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.52.4" > ], > "mac": "c2:eb:7d:81:34:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.52.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-0 > namespace: nodevertical-rerun-10 > resourceVersion: "1422065" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-0 > uid: 20c1920b-86c0-4ae3-96b9-8cc674f06a74 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker022 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://5f112112bb3ef58adc6bdba171abe51c60639c813086af27f68c18fc0741bf6c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:05Z" > hostIP: 192.168.222.35 > phase: Running > podIP: 10.129.52.4 > podIPs: > - ip: 10.129.52.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.28.5/23"],"mac_address":"c2:eb:7d:83:1c:06","gateway_ips":["10.131.28.1"],"ip_address":"10.131.28.5/23","gateway_ip":"10.131.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.28.5" > ], > "mac": "c2:eb:7d:83:1c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.28.5" > ], > "mac": "c2:eb:7d:83:1c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.28.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-1 > namespace: nodevertical-rerun-10 > resourceVersion: "1422143" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-1 > uid: bf8b64a8-a0f1-4f7f-a25b-6401fca78d90 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker054 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d19c691fe4d57e0648df655cc8549088efd96118b8ddd9fe544eb38d65df43f1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.67 > phase: Running > podIP: 10.131.28.5 > podIPs: > - ip: 10.131.28.5 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.18.4/23"],"mac_address":"c2:eb:7d:81:12:05","gateway_ips":["10.129.18.1"],"ip_address":"10.129.18.4/23","gateway_ip":"10.129.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.18.4" > ], > "mac": "c2:eb:7d:81:12:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.18.4" > ], > "mac": "c2:eb:7d:81:12:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.18.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-10 > namespace: nodevertical-rerun-10 > resourceVersion: "1422166" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-10 > uid: f62e79ad-e464-4557-ba18-e1a4e30a3d57 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker008 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://77d8ce6d8afca8ee27db4294d0a906c3f32b6e176f7274c63790d1fae02811b5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.21 > phase: Running > podIP: 10.129.18.4 > podIPs: > - ip: 10.129.18.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.10.5/23"],"mac_address":"c2:eb:7d:80:0a:06","gateway_ips":["10.128.10.1"],"ip_address":"10.128.10.5/23","gateway_ip":"10.128.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.10.5" > ], > "mac": "c2:eb:7d:80:0a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.10.5" > ], > "mac": "c2:eb:7d:80:0a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:14Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.10.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-100 > namespace: nodevertical-rerun-10 > resourceVersion: "1425086" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-100 > uid: 40b3bd8a-6569-4ef6-81f9-79d2af6e9e37 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker065 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9798bfa1a62ea0a1220bc6289f2c9ead1a3d0528ec4fe1c9737725b4e6716181 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.78 > phase: Running > podIP: 10.128.10.5 > podIPs: > - ip: 10.128.10.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:14Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.32.4/23"],"mac_address":"c2:eb:7d:82:20:05","gateway_ips":["10.130.32.1"],"ip_address":"10.130.32.4/23","gateway_ip":"10.130.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.32.4" > ], > "mac": "c2:eb:7d:82:20:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.32.4" > ], > "mac": "c2:eb:7d:82:20:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:14Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:43Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.32.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-101 > namespace: nodevertical-rerun-10 > resourceVersion: "1425027" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-101 > uid: 4f44c11a-9f3c-449f-b2fb-8d96e5d0e2c3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker017 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://0741291c5ff72ccdca183a8f0e3a5b9b975fcb12722d88facb0a80f457cc2e6f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.30 > phase: Running > podIP: 10.130.32.4 > podIPs: > - ip: 10.130.32.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:14Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.50.4/23"],"mac_address":"c2:eb:7d:80:32:05","gateway_ips":["10.128.50.1"],"ip_address":"10.128.50.4/23","gateway_ip":"10.128.50.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.50.4" > ], > "mac": "c2:eb:7d:80:32:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.50.4" > ], > "mac": "c2:eb:7d:80:32:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:14Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:43Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.50.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-102 > namespace: nodevertical-rerun-10 > resourceVersion: "1425075" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-102 > uid: 66cee1f9-a7bc-4069-ab37-31023782bdb4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker007 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://ec5d3ab6cc5788b7cf28b4d7a6bfb09389a1e15935d7b4b8c5094ad1c25f74fb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.20 > phase: Running > podIP: 10.128.50.4 > podIPs: > - ip: 10.128.50.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:14Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.4.4/23"],"mac_address":"c2:eb:7d:81:04:05","gateway_ips":["10.129.4.1"],"ip_address":"10.129.4.4/23","gateway_ip":"10.129.4.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.4.4" > ], > "mac": "c2:eb:7d:81:04:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.4.4" > ], > "mac": "c2:eb:7d:81:04:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:14Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.4.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-103 > namespace: nodevertical-rerun-10 > resourceVersion: "1425151" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-103 > uid: 51e4d2da-e5d5-45f5-aeca-3aff5bb4702a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker005 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://33b11304952b8a499de0323d594deba8941ede9a59eb5e94d7943243dc31ea8a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:45Z" > hostIP: 192.168.222.18 > phase: Running > podIP: 10.129.4.4 > podIPs: > - ip: 10.129.4.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:14Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.22.4/23"],"mac_address":"c2:eb:7d:83:16:05","gateway_ips":["10.131.22.1"],"ip_address":"10.131.22.4/23","gateway_ip":"10.131.22.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.22.4" > ], > "mac": "c2:eb:7d:83:16:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.22.4" > ], > "mac": "c2:eb:7d:83:16:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:14Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:42Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.22.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-104 > namespace: nodevertical-rerun-10 > resourceVersion: "1424891" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-104 > uid: 1d39239b-fd52-4167-b164-5094b3eb9ad7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker090 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://da9a88209e9caa0d8d51c7ff83bb08cb2778952b3f3d6460e2d78b9b54d61783 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:43Z" > hostIP: 192.168.222.103 > phase: Running > podIP: 10.131.22.4 > podIPs: > - ip: 10.131.22.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:14Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.32.4/23"],"mac_address":"c2:eb:7d:81:20:05","gateway_ips":["10.129.32.1"],"ip_address":"10.129.32.4/23","gateway_ip":"10.129.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.32.4" > ], > "mac": "c2:eb:7d:81:20:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.32.4" > ], > "mac": "c2:eb:7d:81:20:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:15Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.32.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-105 > namespace: nodevertical-rerun-10 > resourceVersion: "1425211" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-105 > uid: 29e6764a-283e-4aeb-83f2-8348c5496e39 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker057 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e1b08d7c6a23bdfe9806a9e21038ecfd29c3a29a18b41657b12b97c5b73166b7 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.70 > phase: Running > podIP: 10.129.32.4 > podIPs: > - ip: 10.129.32.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:15Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.14.5/23"],"mac_address":"c2:eb:7d:82:0e:06","gateway_ips":["10.130.14.1"],"ip_address":"10.130.14.5/23","gateway_ip":"10.130.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.14.5" > ], > "mac": "c2:eb:7d:82:0e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.14.5" > ], > "mac": "c2:eb:7d:82:0e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:15Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.14.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-106 > namespace: nodevertical-rerun-10 > resourceVersion: "1425070" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-106 > uid: 5b80aa7c-21f6-4572-92c6-e12e90708c3f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker036 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://301fa321a62ac944452bca52d11200f83b0d4dd59dce9c6592f26d15798e70e6 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.49 > phase: Running > podIP: 10.130.14.5 > podIPs: > - ip: 10.130.14.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:15Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.52.4/23"],"mac_address":"c2:eb:7d:82:34:05","gateway_ips":["10.130.52.1"],"ip_address":"10.130.52.4/23","gateway_ip":"10.130.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.52.4" > ], > "mac": "c2:eb:7d:82:34:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.52.4" > ], > "mac": "c2:eb:7d:82:34:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:15Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.52.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-107 > namespace: nodevertical-rerun-10 > resourceVersion: "1425321" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-107 > uid: bf4978b4-b475-4226-b0eb-a21d88e97d24 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker003 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://acb6b2bdddc1e4482870b8825d03dee92adae72f0e563bb22444cdc4c7f499d8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.16 > phase: Running > podIP: 10.130.52.4 > podIPs: > - ip: 10.130.52.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:15Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.46.5/23"],"mac_address":"c2:eb:7d:83:2e:06","gateway_ips":["10.131.46.1"],"ip_address":"10.131.46.5/23","gateway_ip":"10.131.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.46.5" > ], > "mac": "c2:eb:7d:83:2e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.46.5" > ], > "mac": "c2:eb:7d:83:2e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:15Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.46.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-108 > namespace: nodevertical-rerun-10 > resourceVersion: "1425231" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-108 > uid: 2e50c00f-951a-46ce-bab5-1dcbffe27893 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker092 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://5cc8297e800f3c87e2b9337299ab39ddbb680dd45700aadaeb2e6b2bcd63df35 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.105 > phase: Running > podIP: 10.131.46.5 > podIPs: > - ip: 10.131.46.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:15Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.28.5/23"],"mac_address":"c2:eb:7d:82:1c:06","gateway_ips":["10.130.28.1"],"ip_address":"10.130.28.5/23","gateway_ip":"10.130.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.28.5" > ], > "mac": "c2:eb:7d:82:1c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.28.5" > ], > "mac": "c2:eb:7d:82:1c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:15Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.28.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-109 > namespace: nodevertical-rerun-10 > resourceVersion: "1425223" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-109 > uid: ba211676-3fa0-4418-b943-b324894e940e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker068 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://47215eb1029b67b542ffb2a1c345c07dfbd056481931bea2a24d097fc62109ab > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.81 > phase: Running > podIP: 10.130.28.5 > podIPs: > - ip: 10.130.28.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:15Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.44.5/23"],"mac_address":"c2:eb:7d:81:2c:06","gateway_ips":["10.129.44.1"],"ip_address":"10.129.44.5/23","gateway_ip":"10.129.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.44.5" > ], > "mac": "c2:eb:7d:81:2c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.44.5" > ], > "mac": "c2:eb:7d:81:2c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.44.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-11 > namespace: nodevertical-rerun-10 > resourceVersion: "1422103" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-11 > uid: 4b1be804-1c83-42e3-a638-5ee50e9083ff > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker091 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://ed62f4d6f43291ed8f9c005a58d82abed1c38119731c896838872d9f5e8a520c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.104 > phase: Running > podIP: 10.129.44.5 > podIPs: > - ip: 10.129.44.5 > qosClass: BestEffort > startTime: "2020-08-18T06:30:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.16.4/23"],"mac_address":"c2:eb:7d:80:10:05","gateway_ips":["10.128.16.1"],"ip_address":"10.128.16.4/23","gateway_ip":"10.128.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.16.4" > ], > "mac": "c2:eb:7d:80:10:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.16.4" > ], > "mac": "c2:eb:7d:80:10:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:16Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.16.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-110 > namespace: nodevertical-rerun-10 > resourceVersion: "1425139" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-110 > uid: b6d5ced8-afc3-4d88-a6c5-35ce0e16f4b2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker085 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://4e52beac945b0f7d58b16954f28508749194071ad4d43a51b2bd16a1d313adf8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.98 > phase: Running > podIP: 10.128.16.4 > podIPs: > - ip: 10.128.16.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:16Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.20.5/23"],"mac_address":"c2:eb:7d:80:14:06","gateway_ips":["10.128.20.1"],"ip_address":"10.128.20.5/23","gateway_ip":"10.128.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.20.5" > ], > "mac": "c2:eb:7d:80:14:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.20.5" > ], > "mac": "c2:eb:7d:80:14:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:16Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.20.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-111 > namespace: nodevertical-rerun-10 > resourceVersion: "1425268" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-111 > uid: ca6d1daf-2e06-4ed6-9607-f730e37b98eb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker072 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d78965ceddc1cb64da59e775508ddab4b283f643d3c71ef8633d2611224bbfeb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.85 > phase: Running > podIP: 10.128.20.5 > podIPs: > - ip: 10.128.20.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:16Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.42.5/23"],"mac_address":"c2:eb:7d:82:2a:06","gateway_ips":["10.130.42.1"],"ip_address":"10.130.42.5/23","gateway_ip":"10.130.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.42.5" > ], > "mac": "c2:eb:7d:82:2a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.42.5" > ], > "mac": "c2:eb:7d:82:2a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:16Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.42.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-112 > namespace: nodevertical-rerun-10 > resourceVersion: "1425250" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-112 > uid: 210fa384-887e-4396-bcee-e9fdb475b38a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker044 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://fd14990f055fb5a8c3b1c9e8a5d662bfb989144c2e5825fc7f66fe04e54d6644 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.57 > phase: Running > podIP: 10.130.42.5 > podIPs: > - ip: 10.130.42.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:16Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.4.4/23"],"mac_address":"c2:eb:7d:80:04:05","gateway_ips":["10.128.4.1"],"ip_address":"10.128.4.4/23","gateway_ip":"10.128.4.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.4.4" > ], > "mac": "c2:eb:7d:80:04:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.4.4" > ], > "mac": "c2:eb:7d:80:04:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:16Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.4.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-113 > namespace: nodevertical-rerun-10 > resourceVersion: "1425415" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-113 > uid: 15fbeaa0-a29e-4f5c-8917-e257a0714168 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker077 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://29d892b0a8ac2b3c389e6bdc6069249223e3ccfcab52b3c91d0b5552632e7e65 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.90 > phase: Running > podIP: 10.128.4.4 > podIPs: > - ip: 10.128.4.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:16Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.54.5/23"],"mac_address":"c2:eb:7d:83:36:06","gateway_ips":["10.131.54.1"],"ip_address":"10.131.54.5/23","gateway_ip":"10.131.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.54.5" > ], > "mac": "c2:eb:7d:83:36:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.54.5" > ], > "mac": "c2:eb:7d:83:36:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:16Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.54.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-114 > namespace: nodevertical-rerun-10 > resourceVersion: "1425402" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-114 > uid: 9c29375e-9c03-4e3c-9a6e-32d62e0bc6cf > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker013 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://92736dd97d14ab82b5155d5bab64c9341ef749748f897790e0789737c0e5f58b > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.26 > phase: Running > podIP: 10.131.54.5 > podIPs: > - ip: 10.131.54.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:16Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.36.4/23"],"mac_address":"c2:eb:7d:80:24:05","gateway_ips":["10.128.36.1"],"ip_address":"10.128.36.4/23","gateway_ip":"10.128.36.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.36.4" > ], > "mac": "c2:eb:7d:80:24:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.36.4" > ], > "mac": "c2:eb:7d:80:24:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:17Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.36.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-115 > namespace: nodevertical-rerun-10 > resourceVersion: "1425188" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-115 > uid: f56ce95d-354e-482d-857b-83afe31a0c56 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker021 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://cb448035c8aa1564cf2947bc39f8c21613442edee001b391107fb9f4aecbe6a5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:46Z" > hostIP: 192.168.222.34 > phase: Running > podIP: 10.128.36.4 > podIPs: > - ip: 10.128.36.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:17Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.54.4/23"],"mac_address":"c2:eb:7d:83:36:05","gateway_ips":["10.131.54.1"],"ip_address":"10.131.54.4/23","gateway_ip":"10.131.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.54.4" > ], > "mac": "c2:eb:7d:83:36:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.54.4" > ], > "mac": "c2:eb:7d:83:36:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:17Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.54.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-116 > namespace: nodevertical-rerun-10 > resourceVersion: "1425401" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-116 > uid: c4321121-fa15-40d2-adcd-8840506e1581 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker013 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e2674769771e7bbff19c9085642f35951a78ccf2f6cb64ef0c0de660a5fc9f8c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.26 > phase: Running > podIP: 10.131.54.4 > podIPs: > - ip: 10.131.54.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:17Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.28.4/23"],"mac_address":"c2:eb:7d:80:1c:05","gateway_ips":["10.128.28.1"],"ip_address":"10.128.28.4/23","gateway_ip":"10.128.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.28.4" > ], > "mac": "c2:eb:7d:80:1c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.28.4" > ], > "mac": "c2:eb:7d:80:1c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:17Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.28.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-117 > namespace: nodevertical-rerun-10 > resourceVersion: "1425144" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-117 > uid: 6efac04f-a674-4cdc-a5b0-3ae4dbd2d0fa > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker058 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b830e26873cd08bbbacb6fd1741452da40bff1a1d9f1d9c56757f1503d7cbdc2 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:45Z" > hostIP: 192.168.222.71 > phase: Running > podIP: 10.128.28.4 > podIPs: > - ip: 10.128.28.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:17Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.50.5/23"],"mac_address":"c2:eb:7d:81:32:06","gateway_ips":["10.129.50.1"],"ip_address":"10.129.50.5/23","gateway_ip":"10.129.50.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.50.5" > ], > "mac": "c2:eb:7d:81:32:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.50.5" > ], > "mac": "c2:eb:7d:81:32:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:17Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.50.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-118 > namespace: nodevertical-rerun-10 > resourceVersion: "1425088" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-118 > uid: 30eb0fe9-2f0b-412d-8723-63b01ff6ea4f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker052 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://dff8f619ae1ebefb290a15aa7e4a28e665ba737317ac6e417ca114283a9833eb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:45Z" > hostIP: 192.168.222.65 > phase: Running > podIP: 10.129.50.5 > podIPs: > - ip: 10.129.50.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:17Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.38.4/23"],"mac_address":"c2:eb:7d:80:26:05","gateway_ips":["10.128.38.1"],"ip_address":"10.128.38.4/23","gateway_ip":"10.128.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.38.4" > ], > "mac": "c2:eb:7d:80:26:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.38.4" > ], > "mac": "c2:eb:7d:80:26:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:17Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:48Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.38.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-119 > namespace: nodevertical-rerun-10 > resourceVersion: "1425567" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-119 > uid: 0170ab05-28d5-4339-8c23-238de06d2e22 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker094 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://82f40c85e9cae885e81e33cb7c94128994030ca0f5c2172622054515e75cdeb1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:49Z" > hostIP: 192.168.222.107 > phase: Running > podIP: 10.128.38.4 > podIPs: > - ip: 10.128.38.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:17Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.20.4/23"],"mac_address":"c2:eb:7d:81:14:05","gateway_ips":["10.129.20.1"],"ip_address":"10.129.20.4/23","gateway_ip":"10.129.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.20.4" > ], > "mac": "c2:eb:7d:81:14:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.20.4" > ], > "mac": "c2:eb:7d:81:14:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.20.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:05Z" > name: nodevert-pod-12 > namespace: nodevertical-rerun-10 > resourceVersion: "1422023" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-12 > uid: d584446c-986b-4c4e-ab47-18f546a3e00d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker061 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://1a6b3b6f633b6982c9d11082065c427fac06efc509e1b63cdf8df9fe35724a84 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:05Z" > hostIP: 192.168.222.74 > phase: Running > podIP: 10.129.20.4 > podIPs: > - ip: 10.129.20.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.44.4/23"],"mac_address":"c2:eb:7d:80:2c:05","gateway_ips":["10.128.44.1"],"ip_address":"10.128.44.4/23","gateway_ip":"10.128.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.44.4" > ], > "mac": "c2:eb:7d:80:2c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.44.4" > ], > "mac": "c2:eb:7d:80:2c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:18Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:18Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.44.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-120 > namespace: nodevertical-rerun-10 > resourceVersion: "1425456" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-120 > uid: 4f1e61ff-f6a1-46a5-a949-2a8c269f573c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker040 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a97bbda96a47a053b8488261c15531007263fe5e0f5fb3ca3768a7d874efc8b9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.53 > phase: Running > podIP: 10.128.44.4 > podIPs: > - ip: 10.128.44.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:18Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.34.5/23"],"mac_address":"c2:eb:7d:82:22:06","gateway_ips":["10.130.34.1"],"ip_address":"10.130.34.5/23","gateway_ip":"10.130.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.34.5" > ], > "mac": "c2:eb:7d:82:22:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.34.5" > ], > "mac": "c2:eb:7d:82:22:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:18Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:18Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:48Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.34.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-121 > namespace: nodevertical-rerun-10 > resourceVersion: "1425517" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-121 > uid: c32b56e7-1004-4247-a2c1-10ef70cc475d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker012 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b76faf307f263ff1b47f2937d10851c2e7c192ce95868066299ba5514949cfd1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:49Z" > hostIP: 192.168.222.25 > phase: Running > podIP: 10.130.34.5 > podIPs: > - ip: 10.130.34.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:18Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.6.5/23"],"mac_address":"c2:eb:7d:81:06:06","gateway_ips":["10.129.6.1"],"ip_address":"10.129.6.5/23","gateway_ip":"10.129.6.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.6.5" > ], > "mac": "c2:eb:7d:81:06:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.6.5" > ], > "mac": "c2:eb:7d:81:06:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:18Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:18Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.6.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-122 > namespace: nodevertical-rerun-10 > resourceVersion: "1425370" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-122 > uid: ddc38abd-98ea-4c6f-92fb-7d699bc3a883 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker063 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://dc8dfab70adc40d5a09dd82c8bf0d6d256d93793f84579ec1066106684de9844 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.76 > phase: Running > podIP: 10.129.6.5 > podIPs: > - ip: 10.129.6.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:18Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.6.5/23"],"mac_address":"c2:eb:7d:80:06:06","gateway_ips":["10.128.6.1"],"ip_address":"10.128.6.5/23","gateway_ip":"10.128.6.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.6.5" > ], > "mac": "c2:eb:7d:80:06:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.6.5" > ], > "mac": "c2:eb:7d:80:06:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:18Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:18Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:35Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.6.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-123 > namespace: nodevertical-rerun-10 > resourceVersion: "1425430" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-123 > uid: a853354e-4bae-43b0-88c1-6fa5190b33a2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker015 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://1f7e16eee0ead804d7979708807ef2caf07a334cc02c49ef5fa96cf74db1f9c3 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.28 > phase: Running > podIP: 10.128.6.5 > podIPs: > - ip: 10.128.6.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:18Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.2.5/23"],"mac_address":"c2:eb:7d:82:02:06","gateway_ips":["10.130.2.1"],"ip_address":"10.130.2.5/23","gateway_ip":"10.130.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.2.5" > ], > "mac": "c2:eb:7d:82:02:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.2.5" > ], > "mac": "c2:eb:7d:82:02:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:18Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:18Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.2.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-124 > namespace: nodevertical-rerun-10 > resourceVersion: "1425382" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-124 > uid: 62a8d1b3-5338-44c6-85d4-c1293cc77d0a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker096 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://38df83b6ac93f3158d8fa0930529beee1aae8740853d077744f24c1e54417fdc > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.109 > phase: Running > podIP: 10.130.2.5 > podIPs: > - ip: 10.130.2.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:18Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.4.5/23"],"mac_address":"c2:eb:7d:80:04:06","gateway_ips":["10.128.4.1"],"ip_address":"10.128.4.5/23","gateway_ip":"10.128.4.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.4.5" > ], > "mac": "c2:eb:7d:80:04:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.4.5" > ], > "mac": "c2:eb:7d:80:04:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:19Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:19Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.4.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-125 > namespace: nodevertical-rerun-10 > resourceVersion: "1425414" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-125 > uid: f1c2460d-490a-4fd2-8ba8-33b57ca2f924 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker077 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://50454be44b107de2dae0b72634aebf058280fcccd06b7207dcb2d873e3a61e3f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.90 > phase: Running > podIP: 10.128.4.5 > podIPs: > - ip: 10.128.4.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:19Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.36.5/23"],"mac_address":"c2:eb:7d:80:24:06","gateway_ips":["10.128.36.1"],"ip_address":"10.128.36.5/23","gateway_ip":"10.128.36.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.36.5" > ], > "mac": "c2:eb:7d:80:24:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.36.5" > ], > "mac": "c2:eb:7d:80:24:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:19Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:19Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.36.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-126 > namespace: nodevertical-rerun-10 > resourceVersion: "1425285" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-126 > uid: e2280bc5-b0db-4fcc-be62-384b70c966ec > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker021 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://6099567cb97a77b54f810bd8b79f1cc4744a9118dc17246f0c94d180eae23ee8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.34 > phase: Running > podIP: 10.128.36.5 > podIPs: > - ip: 10.128.36.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:19Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.38.5/23"],"mac_address":"c2:eb:7d:80:26:06","gateway_ips":["10.128.38.1"],"ip_address":"10.128.38.5/23","gateway_ip":"10.128.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.38.5" > ], > "mac": "c2:eb:7d:80:26:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.38.5" > ], > "mac": "c2:eb:7d:80:26:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:19Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:19Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:48Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.38.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-127 > namespace: nodevertical-rerun-10 > resourceVersion: "1425565" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-127 > uid: fca0b2e5-a782-4682-825b-2be146639b8c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker094 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://21388870e309b3e780368b3c80c30eb8514caa408ace9ce74b01f0073309b5f1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:49Z" > hostIP: 192.168.222.107 > phase: Running > podIP: 10.128.38.5 > podIPs: > - ip: 10.128.38.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:19Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.38.5/23"],"mac_address":"c2:eb:7d:81:26:06","gateway_ips":["10.129.38.1"],"ip_address":"10.129.38.5/23","gateway_ip":"10.129.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.38.5" > ], > "mac": "c2:eb:7d:81:26:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.38.5" > ], > "mac": "c2:eb:7d:81:26:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:19Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:19Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:37Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.38.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-128 > namespace: nodevertical-rerun-10 > resourceVersion: "1425294" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-128 > uid: e845d08e-c535-4be5-be9c-496f3e682b99 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker088 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://aa800e24598f7aa104ac02e77a560df79e1ff79b72a43d7c9de08fc4d25a5763 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:47Z" > hostIP: 192.168.222.101 > phase: Running > podIP: 10.129.38.5 > podIPs: > - ip: 10.129.38.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:19Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.48.4/23"],"mac_address":"c2:eb:7d:83:30:05","gateway_ips":["10.131.48.1"],"ip_address":"10.131.48.4/23","gateway_ip":"10.131.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.48.4" > ], > "mac": "c2:eb:7d:83:30:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.48.4" > ], > "mac": "c2:eb:7d:83:30:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:19Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:19Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.48.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-129 > namespace: nodevertical-rerun-10 > resourceVersion: "1425452" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-129 > uid: a5323105-f5b3-4666-babb-437a591956bc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker095 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://389ef9fcc6a665155f93ea04228db6a27a7df814362fbd88263f3e15dd1d538b > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.108 > phase: Running > podIP: 10.131.48.4 > podIPs: > - ip: 10.131.48.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:19Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.26.4/23"],"mac_address":"c2:eb:7d:81:1a:05","gateway_ips":["10.129.26.1"],"ip_address":"10.129.26.4/23","gateway_ip":"10.129.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.26.4" > ], > "mac": "c2:eb:7d:81:1a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.26.4" > ], > "mac": "c2:eb:7d:81:1a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.26.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-13 > namespace: nodevertical-rerun-10 > resourceVersion: "1422049" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-13 > uid: 812f4fb0-f051-4f9e-a34b-333d4c2ac5d7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker038 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://af7d4af23cc49d25ce6f2c465f671bab441a5837627837db409908a662e37cbf > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:05Z" > hostIP: 192.168.222.51 > phase: Running > podIP: 10.129.26.4 > podIPs: > - ip: 10.129.26.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.26.5/23"],"mac_address":"c2:eb:7d:80:1a:06","gateway_ips":["10.128.26.1"],"ip_address":"10.128.26.5/23","gateway_ip":"10.128.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.26.5" > ], > "mac": "c2:eb:7d:80:1a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.26.5" > ], > "mac": "c2:eb:7d:80:1a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:20Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.26.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-130 > namespace: nodevertical-rerun-10 > resourceVersion: "1425428" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-130 > uid: 73a0eccf-2a3b-4404-813a-9baec6919051 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker035 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d63e148b0a4859056f06b3cbb6723187a79e724218c36d0bf4ed79e49ba42155 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.48 > phase: Running > podIP: 10.128.26.5 > podIPs: > - ip: 10.128.26.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:20Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.8.4/23"],"mac_address":"c2:eb:7d:81:08:05","gateway_ips":["10.129.8.1"],"ip_address":"10.129.8.4/23","gateway_ip":"10.129.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.8.4" > ], > "mac": "c2:eb:7d:81:08:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.8.4" > ], > "mac": "c2:eb:7d:81:08:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:20Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.8.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-131 > namespace: nodevertical-rerun-10 > resourceVersion: "1425465" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-131 > uid: e4c6ef8f-5692-44cf-b48c-c6b8f9b0c924 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker075 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://24bcca9edde681715e4d32a71dfbca883f87b6e31e2468f7b2440ae954a8cd90 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.88 > phase: Running > podIP: 10.129.8.4 > podIPs: > - ip: 10.129.8.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:20Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.34.4/23"],"mac_address":"c2:eb:7d:83:22:05","gateway_ips":["10.131.34.1"],"ip_address":"10.131.34.4/23","gateway_ip":"10.131.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.34.4" > ], > "mac": "c2:eb:7d:83:22:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.34.4" > ], > "mac": "c2:eb:7d:83:22:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:20Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.34.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-132 > namespace: nodevertical-rerun-10 > resourceVersion: "1425469" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-132 > uid: 2b784440-4842-43b0-a4eb-c7d0e92714b6 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker097 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://99b6d2826d447af91071ceccb6661c71c6c1c7360270f77fac160e01346b42bb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.110 > phase: Running > podIP: 10.131.34.4 > podIPs: > - ip: 10.131.34.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:20Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.48.4/23"],"mac_address":"c2:eb:7d:80:30:05","gateway_ips":["10.128.48.1"],"ip_address":"10.128.48.4/23","gateway_ip":"10.128.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.48.4" > ], > "mac": "c2:eb:7d:80:30:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.48.4" > ], > "mac": "c2:eb:7d:80:30:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:20Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.48.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-133 > namespace: nodevertical-rerun-10 > resourceVersion: "1425668" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-133 > uid: 6ee919d5-422e-4107-bec2-1845736bddc3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker020 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://22911a1122ed422753e728081915c3a0cd8fdb2233563ac550b43018fca0ab78 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.33 > phase: Running > podIP: 10.128.48.4 > podIPs: > - ip: 10.128.48.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:20Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.48.5/23"],"mac_address":"c2:eb:7d:80:30:06","gateway_ips":["10.128.48.1"],"ip_address":"10.128.48.5/23","gateway_ip":"10.128.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.48.5" > ], > "mac": "c2:eb:7d:80:30:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.48.5" > ], > "mac": "c2:eb:7d:80:30:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:20Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.48.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-134 > namespace: nodevertical-rerun-10 > resourceVersion: "1425670" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-134 > uid: ebdede6c-f1a5-4835-abee-82a873a71498 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker020 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a7016cf69ddba75a834ab5a5d4311eef27b9ddd429cd291748902eacff513e93 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.33 > phase: Running > podIP: 10.128.48.5 > podIPs: > - ip: 10.128.48.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:20Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.14.4/23"],"mac_address":"c2:eb:7d:80:0e:05","gateway_ips":["10.128.14.1"],"ip_address":"10.128.14.4/23","gateway_ip":"10.128.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.14.4" > ], > "mac": "c2:eb:7d:80:0e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.14.4" > ], > "mac": "c2:eb:7d:80:0e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:21Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:21Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:50Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.14.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-135 > namespace: nodevertical-rerun-10 > resourceVersion: "1425742" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-135 > uid: 400a96bb-321c-4987-b382-c4996ed92ced > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker004 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://ac25cec58420f3af1f9b8e355d32661354ef89a875208b137fd4c602e3a936ff > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:51Z" > hostIP: 192.168.222.17 > phase: Running > podIP: 10.128.14.4 > podIPs: > - ip: 10.128.14.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:21Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.52.5/23"],"mac_address":"c2:eb:7d:82:34:06","gateway_ips":["10.130.52.1"],"ip_address":"10.130.52.5/23","gateway_ip":"10.130.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.52.5" > ], > "mac": "c2:eb:7d:82:34:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.52.5" > ], > "mac": "c2:eb:7d:82:34:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:21Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:21Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:39Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.52.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-136 > namespace: nodevertical-rerun-10 > resourceVersion: "1425634" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-136 > uid: a35c2b1c-3543-421e-b5fa-933dc2973dcf > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker003 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://814e3c9655fcdbf4f71f3dbc6f3512820b4664153f8a4813c0b144c6dcc7acd1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.16 > phase: Running > podIP: 10.130.52.5 > podIPs: > - ip: 10.130.52.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:21Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.18.5/23"],"mac_address":"c2:eb:7d:81:12:06","gateway_ips":["10.129.18.1"],"ip_address":"10.129.18.5/23","gateway_ip":"10.129.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.18.5" > ], > "mac": "c2:eb:7d:81:12:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.18.5" > ], > "mac": "c2:eb:7d:81:12:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:21Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:21Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:48Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.18.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-137 > namespace: nodevertical-rerun-10 > resourceVersion: "1425486" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-137 > uid: a9e25813-1e71-4861-b29c-c424f6e50b04 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker008 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d2d85a858eea37ac5da5b2778de5efe1d6dcb4c272b6bc58e30ca5844888614d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:48Z" > hostIP: 192.168.222.21 > phase: Running > podIP: 10.129.18.5 > podIPs: > - ip: 10.129.18.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:21Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.16.5/23"],"mac_address":"c2:eb:7d:80:10:06","gateway_ips":["10.128.16.1"],"ip_address":"10.128.16.5/23","gateway_ip":"10.128.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.16.5" > ], > "mac": "c2:eb:7d:80:10:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.16.5" > ], > "mac": "c2:eb:7d:80:10:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:21Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:21Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:50Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.16.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-138 > namespace: nodevertical-rerun-10 > resourceVersion: "1425662" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-138 > uid: 4c31741e-174b-4059-9137-b8eaa28ea19b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker085 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://870c2a6b17ebf0c364068570cad4ec518d36407ccc98f80b049da7c878b362cd > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:51Z" > hostIP: 192.168.222.98 > phase: Running > podIP: 10.128.16.5 > podIPs: > - ip: 10.128.16.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:21Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.56.4/23"],"mac_address":"c2:eb:7d:81:38:05","gateway_ips":["10.129.56.1"],"ip_address":"10.129.56.4/23","gateway_ip":"10.129.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.56.4" > ], > "mac": "c2:eb:7d:81:38:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.56.4" > ], > "mac": "c2:eb:7d:81:38:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:21Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:21Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.56.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-139 > namespace: nodevertical-rerun-10 > resourceVersion: "1425909" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-139 > uid: e546dcfa-27c4-420d-ae56-2d178993b0a8 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker031 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://689f80c482c2093ccca2deee7d480bcd1e6385e38bfef69d63fd900b5167b51c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:53Z" > hostIP: 192.168.222.44 > phase: Running > podIP: 10.129.56.4 > podIPs: > - ip: 10.129.56.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:21Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.8.4/23"],"mac_address":"c2:eb:7d:80:08:05","gateway_ips":["10.128.8.1"],"ip_address":"10.128.8.4/23","gateway_ip":"10.128.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.8.4" > ], > "mac": "c2:eb:7d:80:08:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.8.4" > ], > "mac": "c2:eb:7d:80:08:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.8.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-14 > namespace: nodevertical-rerun-10 > resourceVersion: "1422105" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-14 > uid: da930be6-ed30-4300-a222-c45bddde3a99 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker073 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7bf1cf10e29158cc9794eea6aa662caa14d419e628758462a89292d1389c4f1e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.86 > phase: Running > podIP: 10.128.8.4 > podIPs: > - ip: 10.128.8.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.58.4/23"],"mac_address":"c2:eb:7d:80:3a:05","gateway_ips":["10.128.58.1"],"ip_address":"10.128.58.4/23","gateway_ip":"10.128.58.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.58.4" > ], > "mac": "c2:eb:7d:80:3a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.58.4" > ], > "mac": "c2:eb:7d:80:3a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:22Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.58.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-140 > namespace: nodevertical-rerun-10 > resourceVersion: "1425638" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-140 > uid: 0457b49a-ec08-4a4d-889e-d876287a5337 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker030 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://edb269fda2537e42c7a0a371c29b2a0792aa7782d131a37aa28306677cfaa60e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.43 > phase: Running > podIP: 10.128.58.4 > podIPs: > - ip: 10.128.58.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:22Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.20.5/23"],"mac_address":"c2:eb:7d:83:14:06","gateway_ips":["10.131.20.1"],"ip_address":"10.131.20.5/23","gateway_ip":"10.131.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.20.5" > ], > "mac": "c2:eb:7d:83:14:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.20.5" > ], > "mac": "c2:eb:7d:83:14:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:22Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.20.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-141 > namespace: nodevertical-rerun-10 > resourceVersion: "1425592" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-141 > uid: cda9f113-e88a-4df9-b555-9b87b44faf3f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker046 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://94b078e13c4cb876d0e3ab4f68cd6f3bdbebc41feabd8d0ed9f780f3ffd35b65 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.59 > phase: Running > podIP: 10.131.20.5 > podIPs: > - ip: 10.131.20.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:22Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.10.4/23"],"mac_address":"c2:eb:7d:82:0a:05","gateway_ips":["10.130.10.1"],"ip_address":"10.130.10.4/23","gateway_ip":"10.130.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.10.4" > ], > "mac": "c2:eb:7d:82:0a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.10.4" > ], > "mac": "c2:eb:7d:82:0a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:22Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.10.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-142 > namespace: nodevertical-rerun-10 > resourceVersion: "1425641" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-142 > uid: a2ae38e6-fce7-4ea0-aa49-f9f69d8f1da2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker011 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://31e2eabd0348ad816c8e0c8ecc75be2b1fff0288c6e72b064ce11f176b1a2f71 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.24 > phase: Running > podIP: 10.130.10.4 > podIPs: > - ip: 10.130.10.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:22Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.52.5/23"],"mac_address":"c2:eb:7d:81:34:06","gateway_ips":["10.129.52.1"],"ip_address":"10.129.52.5/23","gateway_ip":"10.129.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.52.5" > ], > "mac": "c2:eb:7d:81:34:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.52.5" > ], > "mac": "c2:eb:7d:81:34:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:22Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.52.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-143 > namespace: nodevertical-rerun-10 > resourceVersion: "1425843" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-143 > uid: 90148717-0ef9-48c4-ad20-27a2c687d97b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker022 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://359c0a4a9d22013b44776567259cec48fbfa5ee362fd893a01a7092a8c65550e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:53Z" > hostIP: 192.168.222.35 > phase: Running > podIP: 10.129.52.5 > podIPs: > - ip: 10.129.52.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:22Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.18.5/23"],"mac_address":"c2:eb:7d:83:12:06","gateway_ips":["10.131.18.1"],"ip_address":"10.131.18.5/23","gateway_ip":"10.131.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.18.5" > ], > "mac": "c2:eb:7d:83:12:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.18.5" > ], > "mac": "c2:eb:7d:83:12:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:22Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:43Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.18.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-144 > namespace: nodevertical-rerun-10 > resourceVersion: "1425639" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-144 > uid: e618752c-1e34-49fc-a0ae-5bd4eb61839d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker047 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://cc4d7227472dc0e8912ea7fb6a23fb3d1bcb4b10ae9cfe05107b64d9d1f7bc13 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.60 > phase: Running > podIP: 10.131.18.5 > podIPs: > - ip: 10.131.18.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:22Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.14.5/23"],"mac_address":"c2:eb:7d:80:0e:06","gateway_ips":["10.128.14.1"],"ip_address":"10.128.14.5/23","gateway_ip":"10.128.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.14.5" > ], > "mac": "c2:eb:7d:80:0e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.14.5" > ], > "mac": "c2:eb:7d:80:0e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:23Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:23Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:51Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.14.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-145 > namespace: nodevertical-rerun-10 > resourceVersion: "1425743" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-145 > uid: 28cd9b15-73e5-4c19-abe6-7e96ce00ce22 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker004 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://77732d4146ef8168ac8a847bce1485c1ac9cd889abdb1b407bb0a0fbfb8716af > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:51Z" > hostIP: 192.168.222.17 > phase: Running > podIP: 10.128.14.5 > podIPs: > - ip: 10.128.14.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:23Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.52.5/23"],"mac_address":"c2:eb:7d:80:34:06","gateway_ips":["10.128.52.1"],"ip_address":"10.128.52.5/23","gateway_ip":"10.128.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.52.5" > ], > "mac": "c2:eb:7d:80:34:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.52.5" > ], > "mac": "c2:eb:7d:80:34:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:23Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:23Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.52.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-146 > namespace: nodevertical-rerun-10 > resourceVersion: "1425818" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-146 > uid: d5676f12-0315-4eda-8d1a-5418de9bbd06 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker080 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://fb1a4cb9068da75538834307a297de9a24c80476cde535bada0bf05930194429 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:52Z" > hostIP: 192.168.222.93 > phase: Running > podIP: 10.128.52.5 > podIPs: > - ip: 10.128.52.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:23Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.32.5/23"],"mac_address":"c2:eb:7d:82:20:06","gateway_ips":["10.130.32.1"],"ip_address":"10.130.32.5/23","gateway_ip":"10.130.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.32.5" > ], > "mac": "c2:eb:7d:82:20:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.32.5" > ], > "mac": "c2:eb:7d:82:20:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:23Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:23Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.32.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-147 > namespace: nodevertical-rerun-10 > resourceVersion: "1425651" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-147 > uid: acce788e-ccc8-4810-a340-a142a1f07b6a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker017 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://677956e339c81ea29773448f2edc80d8cc9b311a16c858ded17acf128682344f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:50Z" > hostIP: 192.168.222.30 > phase: Running > podIP: 10.130.32.5 > podIPs: > - ip: 10.130.32.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:23Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.30.4/23"],"mac_address":"c2:eb:7d:83:1e:05","gateway_ips":["10.131.30.1"],"ip_address":"10.131.30.4/23","gateway_ip":"10.131.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.30.4" > ], > "mac": "c2:eb:7d:83:1e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.30.4" > ], > "mac": "c2:eb:7d:83:1e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:23Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:23Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:51Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.30.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-148 > namespace: nodevertical-rerun-10 > resourceVersion: "1425802" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-148 > uid: 5fd6bd41-749a-4a1c-a816-e48593fd1593 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker010 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://febd5370a21b9775a404fce9f9c7185327d043e946818615c1728e3699241020 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:52Z" > hostIP: 192.168.222.23 > phase: Running > podIP: 10.131.30.4 > podIPs: > - ip: 10.131.30.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:23Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.50.5/23"],"mac_address":"c2:eb:7d:80:32:06","gateway_ips":["10.128.50.1"],"ip_address":"10.128.50.5/23","gateway_ip":"10.128.50.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.50.5" > ], > "mac": "c2:eb:7d:80:32:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.50.5" > ], > "mac": "c2:eb:7d:80:32:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:23Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:23Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:51Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.50.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-149 > namespace: nodevertical-rerun-10 > resourceVersion: "1425775" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-149 > uid: 75c03c90-faec-4025-982b-6a06d4053a00 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker007 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:23Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://314fcca53e132c530a90292889256d24b5a0771dd5d434621911a93d5b9ff038 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:51Z" > hostIP: 192.168.222.20 > phase: Running > podIP: 10.128.50.5 > podIPs: > - ip: 10.128.50.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:23Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.18.4/23"],"mac_address":"c2:eb:7d:82:12:05","gateway_ips":["10.130.18.1"],"ip_address":"10.130.18.4/23","gateway_ip":"10.130.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.18.4" > ], > "mac": "c2:eb:7d:82:12:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.18.4" > ], > "mac": "c2:eb:7d:82:12:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.18.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-15 > namespace: nodevertical-rerun-10 > resourceVersion: "1422141" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-15 > uid: 0bf703bd-6eb4-4e62-bc97-efce7ba1fa2b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker045 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://41ab75b0767df2ff4a8e48d93305d7e63533121759aa58fe6a6f81029168516d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.58 > phase: Running > podIP: 10.130.18.4 > podIPs: > - ip: 10.130.18.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.54.4/23"],"mac_address":"c2:eb:7d:81:36:05","gateway_ips":["10.129.54.1"],"ip_address":"10.129.54.4/23","gateway_ip":"10.129.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.54.4" > ], > "mac": "c2:eb:7d:81:36:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.54.4" > ], > "mac": "c2:eb:7d:81:36:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:24Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.54.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-150 > namespace: nodevertical-rerun-10 > resourceVersion: "1426146" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-150 > uid: dac652b9-41e7-4b52-9601-cba0bf9179c2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker087 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://67d7946782ddfe73f719572f441a0df1dc3b6b54682b79127d9df748ce1460cb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.100 > phase: Running > podIP: 10.129.54.4 > podIPs: > - ip: 10.129.54.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:24Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.54.5/23"],"mac_address":"c2:eb:7d:81:36:06","gateway_ips":["10.129.54.1"],"ip_address":"10.129.54.5/23","gateway_ip":"10.129.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.54.5" > ], > "mac": "c2:eb:7d:81:36:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.54.5" > ], > "mac": "c2:eb:7d:81:36:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:24Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.54.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-151 > namespace: nodevertical-rerun-10 > resourceVersion: "1426147" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-151 > uid: 0f0db671-8778-4724-a3f4-07224a9043cc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker087 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b3df5394304f0a73d537c0874282cc0b07d496a32afb930563537abea5026ef8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.100 > phase: Running > podIP: 10.129.54.5 > podIPs: > - ip: 10.129.54.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:24Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.46.4/23"],"mac_address":"c2:eb:7d:81:2e:05","gateway_ips":["10.129.46.1"],"ip_address":"10.129.46.4/23","gateway_ip":"10.129.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.46.4" > ], > "mac": "c2:eb:7d:81:2e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.46.4" > ], > "mac": "c2:eb:7d:81:2e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:24Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.46.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-152 > namespace: nodevertical-rerun-10 > resourceVersion: "1426132" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-152 > uid: 0eea23d4-a87c-44ac-98e0-3dfb20dbaaad > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker041 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://51fe9dd26676cc5eb2cd61c3e9564bab622c55833ab27e82b0c766547c411910 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.54 > phase: Running > podIP: 10.129.46.4 > podIPs: > - ip: 10.129.46.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:24Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.54.4/23"],"mac_address":"c2:eb:7d:80:36:05","gateway_ips":["10.128.54.1"],"ip_address":"10.128.54.4/23","gateway_ip":"10.128.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.54.4" > ], > "mac": "c2:eb:7d:80:36:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.54.4" > ], > "mac": "c2:eb:7d:80:36:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:24Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.54.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-153 > namespace: nodevertical-rerun-10 > resourceVersion: "1426080" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-153 > uid: 1c743d4f-1aa3-48c4-b074-62ba3f6ef02e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker066 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://924bc36fd81d77a64a2710827a177bec791734c0109b26cb6e7cb1b72edee607 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.79 > phase: Running > podIP: 10.128.54.4 > podIPs: > - ip: 10.128.54.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:24Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.10.4/23"],"mac_address":"c2:eb:7d:81:0a:05","gateway_ips":["10.129.10.1"],"ip_address":"10.129.10.4/23","gateway_ip":"10.129.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.10.4" > ], > "mac": "c2:eb:7d:81:0a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.10.4" > ], > "mac": "c2:eb:7d:81:0a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:24Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.10.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-154 > namespace: nodevertical-rerun-10 > resourceVersion: "1425928" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-154 > uid: 28decf9d-c32d-4aa8-9386-09d126215dcc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker018 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://27cf8a0b04b9567bee4a4c0754a029fe17880c4196c91e92c362e58d1d25645d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:53Z" > hostIP: 192.168.222.31 > phase: Running > podIP: 10.129.10.4 > podIPs: > - ip: 10.129.10.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:24Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.16.5/23"],"mac_address":"c2:eb:7d:82:10:06","gateway_ips":["10.130.16.1"],"ip_address":"10.130.16.5/23","gateway_ip":"10.130.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.16.5" > ], > "mac": "c2:eb:7d:82:10:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.16.5" > ], > "mac": "c2:eb:7d:82:10:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:25Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.16.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-155 > namespace: nodevertical-rerun-10 > resourceVersion: "1425800" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-155 > uid: de26eafe-e7b6-46e8-8bff-1276dcf370fe > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker026 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://646f3b40a38027ec00ace2f962568c46a3d37510ea8b655d2b1030fb5b26643f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:52Z" > hostIP: 192.168.222.39 > phase: Running > podIP: 10.130.16.5 > podIPs: > - ip: 10.130.16.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:25Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.18.4/23"],"mac_address":"c2:eb:7d:80:12:05","gateway_ips":["10.128.18.1"],"ip_address":"10.128.18.4/23","gateway_ip":"10.128.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.18.4" > ], > "mac": "c2:eb:7d:80:12:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.18.4" > ], > "mac": "c2:eb:7d:80:12:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:25Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.18.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-156 > namespace: nodevertical-rerun-10 > resourceVersion: "1425879" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-156 > uid: db4d7b2f-cc3f-4a4c-a302-17e854b1dc35 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker049 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://85afad96d879967fcee3c6b7a7c807f1a9df07080ac99efea7572910634142c6 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:53Z" > hostIP: 192.168.222.62 > phase: Running > podIP: 10.128.18.4 > podIPs: > - ip: 10.128.18.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:25Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.16.5/23"],"mac_address":"c2:eb:7d:81:10:06","gateway_ips":["10.129.16.1"],"ip_address":"10.129.16.5/23","gateway_ip":"10.129.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.16.5" > ], > "mac": "c2:eb:7d:81:10:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.16.5" > ], > "mac": "c2:eb:7d:81:10:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:25Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.16.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-157 > namespace: nodevertical-rerun-10 > resourceVersion: "1426176" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-157 > uid: 78138ae8-4736-4d26-a34d-e9818e64769b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker024 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://37f67576d488c93438e4e0ba92ddc025be92fe238c86c1e9b81bb25f6bb94f94 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.37 > phase: Running > podIP: 10.129.16.5 > podIPs: > - ip: 10.129.16.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:25Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.40.5/23"],"mac_address":"c2:eb:7d:83:28:06","gateway_ips":["10.131.40.1"],"ip_address":"10.131.40.5/23","gateway_ip":"10.131.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.40.5" > ], > "mac": "c2:eb:7d:83:28:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.40.5" > ], > "mac": "c2:eb:7d:83:28:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:25Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.40.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-158 > namespace: nodevertical-rerun-10 > resourceVersion: "1426191" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-158 > uid: 1e08d7c5-6457-4108-93e0-4c6581b10510 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker039 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://6b5923d92e30931f2c00da59f0aca3cf8feea060b028f952e37a24807bea202f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.52 > phase: Running > podIP: 10.131.40.5 > podIPs: > - ip: 10.131.40.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:25Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.28.5/23"],"mac_address":"c2:eb:7d:80:1c:06","gateway_ips":["10.128.28.1"],"ip_address":"10.128.28.5/23","gateway_ip":"10.128.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.28.5" > ], > "mac": "c2:eb:7d:80:1c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.28.5" > ], > "mac": "c2:eb:7d:80:1c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:25Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.28.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-159 > namespace: nodevertical-rerun-10 > resourceVersion: "1426014" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-159 > uid: 0e7a6031-9e3c-40a3-b16f-8bdcd5115033 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker058 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://fe2f0d37c05502b49127681023fb482a3ce5cc48575f6c5490c06bf015ffcf4a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:54Z" > hostIP: 192.168.222.71 > phase: Running > podIP: 10.128.28.5 > podIPs: > - ip: 10.128.28.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:25Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.10.5/23"],"mac_address":"c2:eb:7d:83:0a:06","gateway_ips":["10.131.10.1"],"ip_address":"10.131.10.5/23","gateway_ip":"10.131.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.10.5" > ], > "mac": "c2:eb:7d:83:0a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.10.5" > ], > "mac": "c2:eb:7d:83:0a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.10.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > name: nodevert-pod-16 > namespace: nodevertical-rerun-10 > resourceVersion: "1422282" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-16 > uid: e32b22f3-325a-45ea-8fdc-27c7a38fcafb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker059 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://059f718449e7cadc0610c5494c45cd8f92935bd0baf171fa30076f96a3fa7644 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.72 > phase: Running > podIP: 10.131.10.5 > podIPs: > - ip: 10.131.10.5 > qosClass: BestEffort > startTime: "2020-08-18T06:30:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.30.5/23"],"mac_address":"c2:eb:7d:83:1e:06","gateway_ips":["10.131.30.1"],"ip_address":"10.131.30.5/23","gateway_ip":"10.131.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.30.5" > ], > "mac": "c2:eb:7d:83:1e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.30.5" > ], > "mac": "c2:eb:7d:83:1e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:26Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.30.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-160 > namespace: nodevertical-rerun-10 > resourceVersion: "1426081" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-160 > uid: 81f2d4d6-6ad1-4219-8125-4890dbae1795 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker010 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e3aac9ff6cf6d0b140f86cdc416270d6553a8368ccbea27f50e5f48ce4db4ada > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.23 > phase: Running > podIP: 10.131.30.5 > podIPs: > - ip: 10.131.30.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:26Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.10.5/23"],"mac_address":"c2:eb:7d:81:0a:06","gateway_ips":["10.129.10.1"],"ip_address":"10.129.10.5/23","gateway_ip":"10.129.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.10.5" > ], > "mac": "c2:eb:7d:81:0a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.10.5" > ], > "mac": "c2:eb:7d:81:0a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:26Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:55Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.10.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-161 > namespace: nodevertical-rerun-10 > resourceVersion: "1426137" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-161 > uid: 83919d35-8b39-489a-9c87-77da1cb05012 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker018 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://486cbcf30fd9bb7b1a0d44dc0ec8371abd82f424937a27ef3762059abbc3f328 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.31 > phase: Running > podIP: 10.129.10.5 > podIPs: > - ip: 10.129.10.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:26Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.40.4/23"],"mac_address":"c2:eb:7d:80:28:05","gateway_ips":["10.128.40.1"],"ip_address":"10.128.40.4/23","gateway_ip":"10.128.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.40.4" > ], > "mac": "c2:eb:7d:80:28:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.40.4" > ], > "mac": "c2:eb:7d:80:28:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:26Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.40.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-162 > namespace: nodevertical-rerun-10 > resourceVersion: "1426319" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-162 > uid: ccf39b83-df0c-4c40-95cd-af2bca1813ab > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker083 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://15d59e5daaaa5407d21e6a41115b99dedc1b991ade6a31f1f311d6e7a3d97a12 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.96 > phase: Running > podIP: 10.128.40.4 > podIPs: > - ip: 10.128.40.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:26Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.4.5/23"],"mac_address":"c2:eb:7d:81:04:06","gateway_ips":["10.129.4.1"],"ip_address":"10.129.4.5/23","gateway_ip":"10.129.4.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.4.5" > ], > "mac": "c2:eb:7d:81:04:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.4.5" > ], > "mac": "c2:eb:7d:81:04:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:26Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.4.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-163 > namespace: nodevertical-rerun-10 > resourceVersion: "1426252" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-163 > uid: 606447f6-f148-4662-8106-6481aeccf076 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker005 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://df91e720874648a4e9af7ae913b3f02b27a841ff9f614ca2b6ff8bb20fe3db5b > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.18 > phase: Running > podIP: 10.129.4.5 > podIPs: > - ip: 10.129.4.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:26Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.34.5/23"],"mac_address":"c2:eb:7d:80:22:06","gateway_ips":["10.128.34.1"],"ip_address":"10.128.34.5/23","gateway_ip":"10.128.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.34.5" > ], > "mac": "c2:eb:7d:80:22:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.34.5" > ], > "mac": "c2:eb:7d:80:22:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:26Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.34.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-164 > namespace: nodevertical-rerun-10 > resourceVersion: "1425982" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-164 > uid: 8014c505-3acc-4b0b-b5ad-420665f38151 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker084 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://50b34ead5b6310e8b070a0375d635a3364f9b1cb4c3330c15a1fca68a3311f94 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:54Z" > hostIP: 192.168.222.97 > phase: Running > podIP: 10.128.34.5 > podIPs: > - ip: 10.128.34.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:26Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.2.5/23"],"mac_address":"c2:eb:7d:81:02:06","gateway_ips":["10.129.2.1"],"ip_address":"10.129.2.5/23","gateway_ip":"10.129.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.2.5" > ], > "mac": "c2:eb:7d:81:02:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.2.5" > ], > "mac": "c2:eb:7d:81:02:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:27Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:27Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.2.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-165 > namespace: nodevertical-rerun-10 > resourceVersion: "1426254" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-165 > uid: d04aea78-7664-4b2d-b1f3-b0d7e2b53ad7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker078 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://5f09138e8dfb1dd92f633e4a69500b6e1869b257edc325a46e470c22b5020432 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.91 > phase: Running > podIP: 10.129.2.5 > podIPs: > - ip: 10.129.2.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:27Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.34.5/23"],"mac_address":"c2:eb:7d:83:22:06","gateway_ips":["10.131.34.1"],"ip_address":"10.131.34.5/23","gateway_ip":"10.131.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.34.5" > ], > "mac": "c2:eb:7d:83:22:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.34.5" > ], > "mac": "c2:eb:7d:83:22:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:27Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:27Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.34.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-166 > namespace: nodevertical-rerun-10 > resourceVersion: "1426249" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-166 > uid: c0069b23-4042-4459-8a77-c2372f6fa3b8 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker097 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://5cb78e89cec9ce5b5dd66bf981ef33e1164a79287f35381433a4dcb4066bd2fe > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.110 > phase: Running > podIP: 10.131.34.5 > podIPs: > - ip: 10.131.34.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:27Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.48.5/23"],"mac_address":"c2:eb:7d:83:30:06","gateway_ips":["10.131.48.1"],"ip_address":"10.131.48.5/23","gateway_ip":"10.131.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.48.5" > ], > "mac": "c2:eb:7d:83:30:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.48.5" > ], > "mac": "c2:eb:7d:83:30:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:27Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:27Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.48.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-167 > namespace: nodevertical-rerun-10 > resourceVersion: "1425999" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-167 > uid: 2e4f2775-3d14-4584-af23-52671aabfe75 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker095 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://01b016aad7a3872b6d46a39ffe70cb851cc10903cac18ceb5957946c847e63dd > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:54Z" > hostIP: 192.168.222.108 > phase: Running > podIP: 10.131.48.5 > podIPs: > - ip: 10.131.48.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:27Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.44.4/23"],"mac_address":"c2:eb:7d:83:2c:05","gateway_ips":["10.131.44.1"],"ip_address":"10.131.44.4/23","gateway_ip":"10.131.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.44.4" > ], > "mac": "c2:eb:7d:83:2c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.44.4" > ], > "mac": "c2:eb:7d:83:2c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:27Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:27Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:53Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.44.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-168 > namespace: nodevertical-rerun-10 > resourceVersion: "1426078" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-168 > uid: 41b412e5-0d81-473f-97d5-a025da124fd6 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker029 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e8e07421f7ff3856233c0c7e7068ccf838bdacbd845d5ce9ef2e476bea0d1b3e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.42 > phase: Running > podIP: 10.131.44.4 > podIPs: > - ip: 10.131.44.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:27Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.56.4/23"],"mac_address":"c2:eb:7d:83:38:05","gateway_ips":["10.131.56.1"],"ip_address":"10.131.56.4/23","gateway_ip":"10.131.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.56.4" > ], > "mac": "c2:eb:7d:83:38:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.56.4" > ], > "mac": "c2:eb:7d:83:38:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:27Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:27Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:54Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.56.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-169 > namespace: nodevertical-rerun-10 > resourceVersion: "1426111" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-169 > uid: 770d0c1b-93da-4f92-9a0d-958e59e674ab > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker056 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://81c974e0a50fab7de62dde189bd75726b0e54d2132545d5a6ca033400ab23d41 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:55Z" > hostIP: 192.168.222.69 > phase: Running > podIP: 10.131.56.4 > podIPs: > - ip: 10.131.56.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:27Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.30.4/23"],"mac_address":"c2:eb:7d:81:1e:05","gateway_ips":["10.129.30.1"],"ip_address":"10.129.30.4/23","gateway_ip":"10.129.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.30.4" > ], > "mac": "c2:eb:7d:81:1e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.30.4" > ], > "mac": "c2:eb:7d:81:1e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.30.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-17 > namespace: nodevertical-rerun-10 > resourceVersion: "1422157" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-17 > uid: 40b7852b-b86c-4952-8528-4b403234ac7c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker067 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://4c5757c16d67513c79995cde3c01b8a077fed1bb78cf6bda0b1a8cf7fbafe265 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.80 > phase: Running > podIP: 10.129.30.4 > podIPs: > - ip: 10.129.30.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.40.5/23"],"mac_address":"c2:eb:7d:80:28:06","gateway_ips":["10.128.40.1"],"ip_address":"10.128.40.5/23","gateway_ip":"10.128.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.40.5" > ], > "mac": "c2:eb:7d:80:28:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.40.5" > ], > "mac": "c2:eb:7d:80:28:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:28Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:55Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.40.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-170 > namespace: nodevertical-rerun-10 > resourceVersion: "1426318" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-170 > uid: c3bb6cda-23c5-4e0a-8994-97ef628fd267 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker083 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://684fc0fb2911ce2da14d6f2a9a7020598ebf77175c83d77866d88b9e6be53ecb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.96 > phase: Running > podIP: 10.128.40.5 > podIPs: > - ip: 10.128.40.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:28Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.54.5/23"],"mac_address":"c2:eb:7d:80:36:06","gateway_ips":["10.128.54.1"],"ip_address":"10.128.54.5/23","gateway_ip":"10.128.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.54.5" > ], > "mac": "c2:eb:7d:80:36:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.54.5" > ], > "mac": "c2:eb:7d:80:36:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:28Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:57Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.54.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-171 > namespace: nodevertical-rerun-10 > resourceVersion: "1426387" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-171 > uid: a4dd98b3-b39d-4d66-b10f-1b70808c327e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker066 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://be9c24915413e32d40d8cc5e5333e3f6e43601ddb33721bfa3136ae9e823c8d8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.79 > phase: Running > podIP: 10.128.54.5 > podIPs: > - ip: 10.128.54.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:28Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.56.5/23"],"mac_address":"c2:eb:7d:81:38:06","gateway_ips":["10.129.56.1"],"ip_address":"10.129.56.5/23","gateway_ip":"10.129.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.56.5" > ], > "mac": "c2:eb:7d:81:38:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.56.5" > ], > "mac": "c2:eb:7d:81:38:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:28Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:57Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.56.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-172 > namespace: nodevertical-rerun-10 > resourceVersion: "1426329" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-172 > uid: 998db6d2-7256-4dc4-8571-379b1ec00ada > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker031 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9ca763f4cd000d9e186480c5df4a506a53c39ebb70af9f622b7cd6c851444153 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.44 > phase: Running > podIP: 10.129.56.5 > podIPs: > - ip: 10.129.56.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:28Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.10.5/23"],"mac_address":"c2:eb:7d:82:0a:06","gateway_ips":["10.130.10.1"],"ip_address":"10.130.10.5/23","gateway_ip":"10.130.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.10.5" > ], > "mac": "c2:eb:7d:82:0a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.10.5" > ], > "mac": "c2:eb:7d:82:0a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:28Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.10.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-173 > namespace: nodevertical-rerun-10 > resourceVersion: "1426204" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-173 > uid: b5eeb59d-b3f1-43e6-b6a2-39234b5c81e0 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker011 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a44bd653967a15b3193585cfe75055be91ce9b2779eea3566ddecfb534d8b64f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.24 > phase: Running > podIP: 10.130.10.5 > podIPs: > - ip: 10.130.10.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:28Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.12.4/23"],"mac_address":"c2:eb:7d:80:0c:05","gateway_ips":["10.128.12.1"],"ip_address":"10.128.12.4/23","gateway_ip":"10.128.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.12.4" > ], > "mac": "c2:eb:7d:80:0c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.12.4" > ], > "mac": "c2:eb:7d:80:0c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:28Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:58Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.12.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-174 > namespace: nodevertical-rerun-10 > resourceVersion: "1426575" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-174 > uid: 7e9cbdf2-a6d1-4938-be69-1ee398b89b30 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker034 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:28Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e10d8e978f0b732a2baca91d0c1af8a83839e4210ffe6fc98e02e30b0fec8d6a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:00Z" > hostIP: 192.168.222.47 > phase: Running > podIP: 10.128.12.4 > podIPs: > - ip: 10.128.12.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:28Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.12.5/23"],"mac_address":"c2:eb:7d:80:0c:06","gateway_ips":["10.128.12.1"],"ip_address":"10.128.12.5/23","gateway_ip":"10.128.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.12.5" > ], > "mac": "c2:eb:7d:80:0c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.12.5" > ], > "mac": "c2:eb:7d:80:0c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:29Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:58Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.12.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-175 > namespace: nodevertical-rerun-10 > resourceVersion: "1426577" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-175 > uid: 9f0e2a0b-4a05-4a85-91c6-4ab27486ccbd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker034 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://2449436cda07c02451c45429c5c927700f8e158f7bcdc263d9be410c733af7d7 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:00Z" > hostIP: 192.168.222.47 > phase: Running > podIP: 10.128.12.5 > podIPs: > - ip: 10.128.12.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:29Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.56.5/23"],"mac_address":"c2:eb:7d:83:38:06","gateway_ips":["10.131.56.1"],"ip_address":"10.131.56.5/23","gateway_ip":"10.131.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.56.5" > ], > "mac": "c2:eb:7d:83:38:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.56.5" > ], > "mac": "c2:eb:7d:83:38:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:29Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:58Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.56.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-176 > namespace: nodevertical-rerun-10 > resourceVersion: "1426406" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-176 > uid: b3c7cbeb-35dc-43e9-83be-ba0f0aaf1568 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker056 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://93df450c9be88952faccc46c0e2d711f05db2719a1cc39a28ee0be8888cfa2b5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:58Z" > hostIP: 192.168.222.69 > phase: Running > podIP: 10.131.56.5 > podIPs: > - ip: 10.131.56.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:29Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.32.5/23"],"mac_address":"c2:eb:7d:81:20:06","gateway_ips":["10.129.32.1"],"ip_address":"10.129.32.5/23","gateway_ip":"10.129.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.32.5" > ], > "mac": "c2:eb:7d:81:20:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.32.5" > ], > "mac": "c2:eb:7d:81:20:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:29Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31: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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.32.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-177 > namespace: nodevertical-rerun-10 > resourceVersion: "1426554" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-177 > uid: 1a9a12d3-1428-40c2-aee9-4f44325657d5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker057 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7315745bb7b5e4365c647c3a384d3e584b8dbb991dca5fc7b6f0a9bf6eeb67c1 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:00Z" > hostIP: 192.168.222.70 > phase: Running > podIP: 10.129.32.5 > podIPs: > - ip: 10.129.32.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:29Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.42.5/23"],"mac_address":"c2:eb:7d:80:2a:06","gateway_ips":["10.128.42.1"],"ip_address":"10.128.42.5/23","gateway_ip":"10.128.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.42.5" > ], > "mac": "c2:eb:7d:80:2a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.42.5" > ], > "mac": "c2:eb:7d:80:2a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:29Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.42.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-178 > namespace: nodevertical-rerun-10 > resourceVersion: "1426269" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-178 > uid: 060d428a-9670-4f38-ac21-692ac7489b52 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker002 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://4957c61459f3ce5f5769afcfde9bcaaf06f715edd497fe84840561ae2cfe7504 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.15 > phase: Running > podIP: 10.128.42.5 > podIPs: > - ip: 10.128.42.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:29Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.46.5/23"],"mac_address":"c2:eb:7d:82:2e:06","gateway_ips":["10.130.46.1"],"ip_address":"10.130.46.5/23","gateway_ip":"10.130.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.46.5" > ], > "mac": "c2:eb:7d:82:2e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.46.5" > ], > "mac": "c2:eb:7d:82:2e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:29Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:29Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:56Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.46.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-179 > namespace: nodevertical-rerun-10 > resourceVersion: "1426255" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-179 > uid: b347fa68-3b2b-47db-a876-368dc321d466 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker037 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d1d2fb5b25a12814d39d796f55ea51f4bbed369c29e0e748e1a8b564e6bfe42d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:56Z" > hostIP: 192.168.222.50 > phase: Running > podIP: 10.130.46.5 > podIPs: > - ip: 10.130.46.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:29Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.48.4/23"],"mac_address":"c2:eb:7d:82:30:05","gateway_ips":["10.130.48.1"],"ip_address":"10.130.48.4/23","gateway_ip":"10.130.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.48.4" > ], > "mac": "c2:eb:7d:82:30:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.48.4" > ], > "mac": "c2:eb:7d:82:30:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.48.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-18 > namespace: nodevertical-rerun-10 > resourceVersion: "1422490" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-18 > uid: 4430bc88-9444-4e49-be37-79822757fb85 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker027 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a5eaccb56aa8838a4a03964494a24c4c4d67755d543752295ffadc3ba33c2ff5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.40 > phase: Running > podIP: 10.130.48.4 > podIPs: > - ip: 10.130.48.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.2.5/23"],"mac_address":"c2:eb:7d:83:02:06","gateway_ips":["10.131.2.1"],"ip_address":"10.131.2.5/23","gateway_ip":"10.131.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.2.5" > ], > "mac": "c2:eb:7d:83:02:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.2.5" > ], > "mac": "c2:eb:7d:83:02:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:30Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:51Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.2.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-180 > namespace: nodevertical-rerun-10 > resourceVersion: "1426315" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-180 > uid: f3a8041c-1d23-46da-b0a5-d9ed71ffc468 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker099 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://be480cfc8237060dda71e882a651fda2145f5e360f09dccb5e2d418d3d6b738a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:57Z" > hostIP: 192.168.222.112 > phase: Running > podIP: 10.131.2.5 > podIPs: > - ip: 10.131.2.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:30Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.22.5/23"],"mac_address":"c2:eb:7d:83:16:06","gateway_ips":["10.131.22.1"],"ip_address":"10.131.22.5/23","gateway_ip":"10.131.22.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.22.5" > ], > "mac": "c2:eb:7d:83:16:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.22.5" > ], > "mac": "c2:eb:7d:83:16:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:30Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.22.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-181 > namespace: nodevertical-rerun-10 > resourceVersion: "1426621" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-181 > uid: c62c3f76-ac61-45eb-93f2-3dd2edc430a4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker090 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://8e143e338fd798da5455a54cafd46daf30afc9f44a73691d0dde9fd2a282ef06 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:01Z" > hostIP: 192.168.222.103 > phase: Running > podIP: 10.131.22.5 > podIPs: > - ip: 10.131.22.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:30Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.58.5/23"],"mac_address":"c2:eb:7d:80:3a:06","gateway_ips":["10.128.58.1"],"ip_address":"10.128.58.5/23","gateway_ip":"10.128.58.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.58.5" > ], > "mac": "c2:eb:7d:80:3a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.58.5" > ], > "mac": "c2:eb:7d:80:3a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:30Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:52Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.58.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-182 > namespace: nodevertical-rerun-10 > resourceVersion: "1426643" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-182 > uid: 9039e370-f240-47b0-a9b1-5ed20f6bfbb2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker030 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://0c27023fa0bafa92fd8dd7881ed78579527d419a9f387c67f61991956534389f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:01Z" > hostIP: 192.168.222.43 > phase: Running > podIP: 10.128.58.5 > podIPs: > - ip: 10.128.58.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:30Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.12.5/23"],"mac_address":"c2:eb:7d:82:0c:06","gateway_ips":["10.130.12.1"],"ip_address":"10.130.12.5/23","gateway_ip":"10.130.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.12.5" > ], > "mac": "c2:eb:7d:82:0c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.12.5" > ], > "mac": "c2:eb:7d:82:0c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:30Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:32:00Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.12.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-183 > namespace: nodevertical-rerun-10 > resourceVersion: "1426587" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-183 > uid: 5efd7c92-a9df-45db-8a28-311e88553722 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker025 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7b7c6c3e406ffa36a74b3df746384d8946294551ec68b92b964058b6bb87d8a0 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:01Z" > hostIP: 192.168.222.38 > phase: Running > podIP: 10.130.12.5 > podIPs: > - ip: 10.130.12.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:30Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.42.5/23"],"mac_address":"c2:eb:7d:83:2a:06","gateway_ips":["10.131.42.1"],"ip_address":"10.131.42.5/23","gateway_ip":"10.131.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.42.5" > ], > "mac": "c2:eb:7d:83:2a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.42.5" > ], > "mac": "c2:eb:7d:83:2a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:30Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:30Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:53Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.42.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-184 > namespace: nodevertical-rerun-10 > resourceVersion: "1426607" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-184 > uid: fda2ccea-a365-4b95-89d2-93e67c8c36d4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker076 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:30Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://822718c8d3245a89b498f559ce131e6ce09951c187b079617d3e7f7308447fca > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:32:01Z" > hostIP: 192.168.222.89 > phase: Running > podIP: 10.131.42.5 > podIPs: > - ip: 10.131.42.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:30Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.8.5/23"],"mac_address":"c2:eb:7d:81:08:06","gateway_ips":["10.129.8.1"],"ip_address":"10.129.8.5/23","gateway_ip":"10.129.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:31Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-185 > namespace: nodevertical-rerun-10 > resourceVersion: "1425898" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-185 > uid: 7efe4620-8c04-487c-93c7-eacf00ddbba9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker075 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.88 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:31Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.50.4/23"],"mac_address":"c2:eb:7d:83:32:05","gateway_ips":["10.131.50.1"],"ip_address":"10.131.50.4/23","gateway_ip":"10.131.50.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:31Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-186 > namespace: nodevertical-rerun-10 > resourceVersion: "1425894" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-186 > uid: 320c9e3c-263b-4cbb-b315-d7390bbfa109 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker014 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.27 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:31Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.44.5/23"],"mac_address":"c2:eb:7d:80:2c:06","gateway_ips":["10.128.44.1"],"ip_address":"10.128.44.5/23","gateway_ip":"10.128.44.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:31Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-187 > namespace: nodevertical-rerun-10 > resourceVersion: "1425895" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-187 > uid: 4dc22d11-28e2-470f-b9e3-8f0bed2c44d5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker040 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.53 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:31Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.24.4/23"],"mac_address":"c2:eb:7d:82:18:05","gateway_ips":["10.130.24.1"],"ip_address":"10.130.24.4/23","gateway_ip":"10.130.24.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:31Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-188 > namespace: nodevertical-rerun-10 > resourceVersion: "1426031" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-188 > uid: 26b3a183-5167-46e9-b163-a4eedd57f06a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker050 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.63 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:31Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.50.5/23"],"mac_address":"c2:eb:7d:82:32:06","gateway_ips":["10.130.50.1"],"ip_address":"10.130.50.5/23","gateway_ip":"10.130.50.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:31Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-189 > namespace: nodevertical-rerun-10 > resourceVersion: "1426032" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-189 > uid: a6c79042-12a5-46ba-a4fc-dc18834e1e4b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker062 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.75 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:31Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.2.6/23"],"mac_address":"c2:eb:7d:80:02:07","gateway_ips":["10.128.2.1"],"ip_address":"10.128.2.6/23","gateway_ip":"10.128.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.2.6" > ], > "mac": "c2:eb:7d:80:02:07", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.2.6" > ], > "mac": "c2:eb:7d:80:02:07", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:06Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.2.6"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:08Z" > name: nodevert-pod-19 > namespace: nodevertical-rerun-10 > resourceVersion: "1422250" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-19 > uid: 0e9bd103-ff64-4175-acbf-5bb65983778d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker051 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://1396789a2f0d15b692bf0cef9e1d3d2360a2c637f40c84db613afea4a3d8d80e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:07Z" > hostIP: 192.168.222.64 > phase: Running > podIP: 10.128.2.6 > podIPs: > - ip: 10.128.2.6 > qosClass: BestEffort > startTime: "2020-08-18T06:30:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.8.5/23"],"mac_address":"c2:eb:7d:83:08:06","gateway_ips":["10.131.8.1"],"ip_address":"10.131.8.5/23","gateway_ip":"10.131.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:32Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-190 > namespace: nodevertical-rerun-10 > resourceVersion: "1426034" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-190 > uid: 70f47641-8aa2-4b5b-9b57-2e347d2ee093 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker060 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.73 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:32Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.46.5/23"],"mac_address":"c2:eb:7d:81:2e:06","gateway_ips":["10.129.46.1"],"ip_address":"10.129.46.5/23","gateway_ip":"10.129.46.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:32Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-191 > namespace: nodevertical-rerun-10 > resourceVersion: "1426035" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-191 > uid: a18af2b6-366a-43b3-9e15-59c576830cde > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker041 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.54 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:32Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.50.5/23"],"mac_address":"c2:eb:7d:83:32:06","gateway_ips":["10.131.50.1"],"ip_address":"10.131.50.5/23","gateway_ip":"10.131.50.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:32Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-192 > namespace: nodevertical-rerun-10 > resourceVersion: "1426037" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-192 > uid: 669597da-13e0-40b0-bc2a-ea85f30cb31f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker014 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.27 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:32Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.44.5/23"],"mac_address":"c2:eb:7d:83:2c:06","gateway_ips":["10.131.44.1"],"ip_address":"10.131.44.5/23","gateway_ip":"10.131.44.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:32Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-193 > namespace: nodevertical-rerun-10 > resourceVersion: "1426181" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-193 > uid: 7d16e0b4-3a1a-433a-89a5-6f356721c40a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker029 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.42 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:32Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.18.5/23"],"mac_address":"c2:eb:7d:80:12:06","gateway_ips":["10.128.18.1"],"ip_address":"10.128.18.5/23","gateway_ip":"10.128.18.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:32Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-194 > namespace: nodevertical-rerun-10 > resourceVersion: "1426189" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-194 > uid: a8cbd290-20dd-4ef6-893e-9a632a0feb2c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker049 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.62 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:32Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.24.5/23"],"mac_address":"c2:eb:7d:82:18:06","gateway_ips":["10.130.24.1"],"ip_address":"10.130.24.5/23","gateway_ip":"10.130.24.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:33Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-195 > namespace: nodevertical-rerun-10 > resourceVersion: "1426184" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-195 > uid: 65516881-b3c3-462e-a9d8-22431a89aab4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker050 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.63 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:33Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.8.6/23"],"mac_address":"c2:eb:7d:82:08:07","gateway_ips":["10.130.8.1"],"ip_address":"10.130.8.6/23","gateway_ip":"10.130.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:33Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-196 > namespace: nodevertical-rerun-10 > resourceVersion: "1426185" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-196 > uid: 1ac95f2a-f83c-4ff1-a533-797bc80ab3cd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker019 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.32 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:33Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.18.6/23"],"mac_address":"c2:eb:7d:83:12:07","gateway_ips":["10.131.18.1"],"ip_address":"10.131.18.6/23","gateway_ip":"10.131.18.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:33Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-197 > namespace: nodevertical-rerun-10 > resourceVersion: "1426178" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-197 > uid: f213059f-9992-4995-abcc-1a44d178c569 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker047 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.60 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:33Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.12.6/23"],"mac_address":"c2:eb:7d:83:0c:07","gateway_ips":["10.131.12.1"],"ip_address":"10.131.12.6/23","gateway_ip":"10.131.12.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:33Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-198 > namespace: nodevertical-rerun-10 > resourceVersion: "1426188" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-198 > uid: a9772543-f97b-4a19-b089-5c61da0205bd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker028 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.41 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:33Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.30.6/23"],"mac_address":"c2:eb:7d:80:1e:07","gateway_ips":["10.128.30.1"],"ip_address":"10.128.30.6/23","gateway_ip":"10.128.30.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:33Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:33Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-199 > namespace: nodevertical-rerun-10 > resourceVersion: "1426227" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-199 > uid: 701147cc-3a13-4cd0-9e9a-275d0057a252 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker071 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.84 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:33Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.28.4/23"],"mac_address":"c2:eb:7d:83:1c:05","gateway_ips":["10.131.28.1"],"ip_address":"10.131.28.4/23","gateway_ip":"10.131.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.28.4" > ], > "mac": "c2:eb:7d:83:1c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.28.4" > ], > "mac": "c2:eb:7d:83:1c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.28.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-2 > namespace: nodevertical-rerun-10 > resourceVersion: "1422144" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-2 > uid: 83fc9289-d58b-4325-827c-dec1143ee72d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker054 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d618ebe517d196b0bce88f4da565cb48cab07706d6eb70bdd13cfc54765afadc > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.67 > phase: Running > podIP: 10.131.28.4 > podIPs: > - ip: 10.131.28.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.48.4/23"],"mac_address":"c2:eb:7d:81:30:05","gateway_ips":["10.129.48.1"],"ip_address":"10.129.48.4/23","gateway_ip":"10.129.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.48.4" > ], > "mac": "c2:eb:7d:81:30:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.48.4" > ], > "mac": "c2:eb:7d:81:30:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.48.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-20 > namespace: nodevertical-rerun-10 > resourceVersion: "1422416" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-20 > uid: af4c8a32-7b4c-44a4-a316-59234f2ef5d7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker009 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://84b414f0188c8bc48af806c2cb36261458584f645a7ca9c13c0144db2f71437a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:09Z" > hostIP: 192.168.222.22 > phase: Running > podIP: 10.129.48.4 > podIPs: > - ip: 10.129.48.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.8.6/23"],"mac_address":"c2:eb:7d:83:08:07","gateway_ips":["10.131.8.1"],"ip_address":"10.131.8.6/23","gateway_ip":"10.131.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:34Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-200 > namespace: nodevertical-rerun-10 > resourceVersion: "1426321" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-200 > uid: 7859fa1b-d4ce-4181-a401-116b23febb96 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker060 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.73 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:34Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.18.6/23"],"mac_address":"c2:eb:7d:81:12:07","gateway_ips":["10.129.18.1"],"ip_address":"10.129.18.6/23","gateway_ip":"10.129.18.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:34Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-201 > namespace: nodevertical-rerun-10 > resourceVersion: "1426328" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-201 > uid: d623f9d9-e0f1-4206-962f-e1acbaff7532 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker008 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.21 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:34Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.26.6/23"],"mac_address":"c2:eb:7d:81:1a:07","gateway_ips":["10.129.26.1"],"ip_address":"10.129.26.6/23","gateway_ip":"10.129.26.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:34Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-202 > namespace: nodevertical-rerun-10 > resourceVersion: "1426326" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-202 > uid: e839f35a-673e-4042-b826-a6ab3981c106 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker038 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.51 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:34Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.28.6/23"],"mac_address":"c2:eb:7d:80:1c:07","gateway_ips":["10.128.28.1"],"ip_address":"10.128.28.6/23","gateway_ip":"10.128.28.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:34Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-203 > namespace: nodevertical-rerun-10 > resourceVersion: "1426324" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-203 > uid: c6ee3ea5-04ca-4d3d-ab5a-b57fc795152a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker058 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.71 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:34Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.36.6/23"],"mac_address":"c2:eb:7d:83:24:07","gateway_ips":["10.131.36.1"],"ip_address":"10.131.36.6/23","gateway_ip":"10.131.36.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:34Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:34Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-204 > namespace: nodevertical-rerun-10 > resourceVersion: "1426322" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-204 > uid: d397ce0a-8380-4b17-a719-ad38d53fe374 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker098 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.111 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:34Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.32.6/23"],"mac_address":"c2:eb:7d:81:20:07","gateway_ips":["10.129.32.1"],"ip_address":"10.129.32.6/23","gateway_ip":"10.129.32.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:35Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-205 > namespace: nodevertical-rerun-10 > resourceVersion: "1426325" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-205 > uid: e19baeb9-5c6d-4c21-84c2-db72046c00af > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker057 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.70 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:35Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.54.6/23"],"mac_address":"c2:eb:7d:82:36:07","gateway_ips":["10.130.54.1"],"ip_address":"10.130.54.6/23","gateway_ip":"10.130.54.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:35Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-206 > namespace: nodevertical-rerun-10 > resourceVersion: "1426361" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-206 > uid: 2c401c32-06be-41a4-b419-3ef9f7cf8ace > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker000 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.13 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:35Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.36.7/23"],"mac_address":"c2:eb:7d:83:24:08","gateway_ips":["10.131.36.1"],"ip_address":"10.131.36.7/23","gateway_ip":"10.131.36.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:35Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-207 > namespace: nodevertical-rerun-10 > resourceVersion: "1426357" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-207 > uid: db039782-5d2a-42b5-a318-193ff2d99e20 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker098 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.111 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:35Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.30.7/23"],"mac_address":"c2:eb:7d:80:1e:08","gateway_ips":["10.128.30.1"],"ip_address":"10.128.30.7/23","gateway_ip":"10.128.30.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:35Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-208 > namespace: nodevertical-rerun-10 > resourceVersion: "1426360" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-208 > uid: 9aabff4e-9828-4e0e-94ba-1b0d39e7d62c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker071 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.84 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:35Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.6.6/23"],"mac_address":"c2:eb:7d:81:06:07","gateway_ips":["10.129.6.1"],"ip_address":"10.129.6.6/23","gateway_ip":"10.129.6.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:35Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:35Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-209 > namespace: nodevertical-rerun-10 > resourceVersion: "1426359" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-209 > uid: 67e5bd7e-3bcf-4550-a458-6b0e68b8a2e5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker063 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.76 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:35Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.38.4/23"],"mac_address":"c2:eb:7d:82:26:05","gateway_ips":["10.130.38.1"],"ip_address":"10.130.38.4/23","gateway_ip":"10.130.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.38.4" > ], > "mac": "c2:eb:7d:82:26:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.38.4" > ], > "mac": "c2:eb:7d:82:26:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:10Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.38.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:12Z" > name: nodevert-pod-21 > namespace: nodevertical-rerun-10 > resourceVersion: "1422639" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-21 > uid: a17e482a-7d2b-420e-b667-dd3866ebd671 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker074 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://6e53341f51ea2c4989f4617038efe690ce7f2433008a128a64bfa95ed3828a7f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:11Z" > hostIP: 192.168.222.87 > phase: Running > podIP: 10.130.38.4 > podIPs: > - ip: 10.130.38.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.10.6/23"],"mac_address":"c2:eb:7d:80:0a:07","gateway_ips":["10.128.10.1"],"ip_address":"10.128.10.6/23","gateway_ip":"10.128.10.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:36Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-210 > namespace: nodevertical-rerun-10 > resourceVersion: "1426362" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-210 > uid: 527f2736-799a-45c0-a09f-5fdd34262977 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker065 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.78 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:36Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.26.7/23"],"mac_address":"c2:eb:7d:81:1a:08","gateway_ips":["10.129.26.1"],"ip_address":"10.129.26.7/23","gateway_ip":"10.129.26.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:36Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-211 > namespace: nodevertical-rerun-10 > resourceVersion: "1426365" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-211 > uid: 5b40182f-7a46-4296-b04e-fe28874ee598 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker038 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.51 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:36Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.0.16/23"],"mac_address":"c2:eb:7d:83:00:11","gateway_ips":["10.131.0.1"],"ip_address":"10.131.0.16/23","gateway_ip":"10.131.0.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:36Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-212 > namespace: nodevertical-rerun-10 > resourceVersion: "1426377" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-212 > uid: ccfb2dcb-ddf5-48fe-976b-9abad6339d09 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker006 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.19 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:36Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.8.7/23"],"mac_address":"c2:eb:7d:83:08:08","gateway_ips":["10.131.8.1"],"ip_address":"10.131.8.7/23","gateway_ip":"10.131.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:36Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-213 > namespace: nodevertical-rerun-10 > resourceVersion: "1426466" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-213 > uid: 0fc6d186-2d5f-4bb3-ad68-6a167881e0e6 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker060 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.73 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:36Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.26.6/23"],"mac_address":"c2:eb:7d:83:1a:07","gateway_ips":["10.131.26.1"],"ip_address":"10.131.26.6/23","gateway_ip":"10.131.26.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:36Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:36Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-214 > namespace: nodevertical-rerun-10 > resourceVersion: "1426467" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-214 > uid: a861b92d-af7b-44b4-9386-66d8ec809c5e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker079 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.92 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:36Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.18.6/23"],"mac_address":"c2:eb:7d:82:12:07","gateway_ips":["10.130.18.1"],"ip_address":"10.130.18.6/23","gateway_ip":"10.130.18.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:37Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-215 > namespace: nodevertical-rerun-10 > resourceVersion: "1426468" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-215 > uid: 8c079c47-3e6f-45f1-a199-0fc47d1a5d1a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker045 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.58 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:37Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.44.6/23"],"mac_address":"c2:eb:7d:83:2c:07","gateway_ips":["10.131.44.1"],"ip_address":"10.131.44.6/23","gateway_ip":"10.131.44.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:37Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-216 > namespace: nodevertical-rerun-10 > resourceVersion: "1426471" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-216 > uid: b5055441-24cd-4bc0-8de7-0602b24c6885 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker029 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.42 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:37Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.8.6/23"],"mac_address":"c2:eb:7d:81:08:07","gateway_ips":["10.129.8.1"],"ip_address":"10.129.8.6/23","gateway_ip":"10.129.8.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:37Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-217 > namespace: nodevertical-rerun-10 > resourceVersion: "1426495" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-217 > uid: d9f004d2-1654-41f9-a46e-3796b10ebb05 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker075 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.88 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:37Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.22.6/23"],"mac_address":"c2:eb:7d:83:16:07","gateway_ips":["10.131.22.1"],"ip_address":"10.131.22.6/23","gateway_ip":"10.131.22.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:37Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-218 > namespace: nodevertical-rerun-10 > resourceVersion: "1426479" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-218 > uid: 2d88d9e8-45f8-4eca-bd3d-b234b012e11d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker090 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.103 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:37Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.16.6/23"],"mac_address":"c2:eb:7d:80:10:07","gateway_ips":["10.128.16.1"],"ip_address":"10.128.16.6/23","gateway_ip":"10.128.16.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:37Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:37Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-219 > namespace: nodevertical-rerun-10 > resourceVersion: "1426469" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-219 > uid: 67d14e01-fbac-4a1b-bbc4-e1c26e5f5d52 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker085 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.98 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:37Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.2.4/23"],"mac_address":"c2:eb:7d:83:02:05","gateway_ips":["10.131.2.1"],"ip_address":"10.131.2.4/23","gateway_ip":"10.131.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.2.4" > ], > "mac": "c2:eb:7d:83:02:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.2.4" > ], > "mac": "c2:eb:7d:83:02:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.2.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-22 > namespace: nodevertical-rerun-10 > resourceVersion: "1422505" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-22 > uid: 94b2e4cd-e63c-4d48-8109-326bd50cd966 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker099 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://09a77ae2fd15acb21faeec264320b3107295d49a6a1f9c3767f63ba433fef7f4 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.112 > phase: Running > podIP: 10.131.2.4 > podIPs: > - ip: 10.131.2.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.4.6/23"],"mac_address":"c2:eb:7d:80:04:07","gateway_ips":["10.128.4.1"],"ip_address":"10.128.4.6/23","gateway_ip":"10.128.4.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:38Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-220 > namespace: nodevertical-rerun-10 > resourceVersion: "1426512" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-220 > uid: eb579faf-7760-456b-93d3-f3a17b2f57f9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker077 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.90 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:38Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.56.6/23"],"mac_address":"c2:eb:7d:83:38:07","gateway_ips":["10.131.56.1"],"ip_address":"10.131.56.6/23","gateway_ip":"10.131.56.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:38Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-221 > namespace: nodevertical-rerun-10 > resourceVersion: "1426526" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-221 > uid: 1c947139-548f-46bc-b678-730180bd7fcd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker056 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.69 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:38Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.38.6/23"],"mac_address":"c2:eb:7d:80:26:07","gateway_ips":["10.128.38.1"],"ip_address":"10.128.38.6/23","gateway_ip":"10.128.38.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:38Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-222 > namespace: nodevertical-rerun-10 > resourceVersion: "1426536" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-222 > uid: 582c0c82-1afa-4fc7-98cc-112865b5e30f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker094 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.107 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:38Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.42.7/23"],"mac_address":"c2:eb:7d:82:2a:08","gateway_ips":["10.130.42.1"],"ip_address":"10.130.42.7/23","gateway_ip":"10.130.42.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:38Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-223 > namespace: nodevertical-rerun-10 > resourceVersion: "1426555" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-223 > uid: dc5b438a-ea8f-476b-9433-333157ae4b5e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker044 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.57 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:38Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.42.6/23"],"mac_address":"c2:eb:7d:82:2a:07","gateway_ips":["10.130.42.1"],"ip_address":"10.130.42.6/23","gateway_ip":"10.130.42.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:38Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:38Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-224 > namespace: nodevertical-rerun-10 > resourceVersion: "1426570" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-224 > uid: 3d206c07-3e2a-4c31-bc6e-8a0c470c69d3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker044 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:38Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.57 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:38Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.18.7/23"],"mac_address":"c2:eb:7d:83:12:08","gateway_ips":["10.131.18.1"],"ip_address":"10.131.18.7/23","gateway_ip":"10.131.18.1"}}' > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:39Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-225 > namespace: nodevertical-rerun-10 > resourceVersion: "1426589" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-225 > uid: 0e061421-41bf-4878-9b45-fea49acebf39 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker047 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.60 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:39Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:39Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:39Z" > name: nodevert-pod-226 > namespace: nodevertical-rerun-10 > resourceVersion: "1424612" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-226 > uid: 464eeac7-c755-47f9-99e5-2b196da849e9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker090 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.103 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:39Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:39Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:39Z" > name: nodevert-pod-227 > namespace: nodevertical-rerun-10 > resourceVersion: "1424628" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-227 > uid: c55d80e3-f2c9-4aad-aeae-90ca48e24ea2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker084 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.97 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:39Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:39Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:39Z" > name: nodevert-pod-228 > namespace: nodevertical-rerun-10 > resourceVersion: "1424642" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-228 > uid: a17d82f3-e10a-41cf-9888-9757a3a4ea44 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker043 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.56 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:39Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:39Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:39Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:39Z" > name: nodevert-pod-229 > namespace: nodevertical-rerun-10 > resourceVersion: "1424654" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-229 > uid: 5dee821b-f1c9-48c2-97aa-1a74571f7d1f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker081 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:39Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.94 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:39Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.16.4/23"],"mac_address":"c2:eb:7d:83:10:05","gateway_ips":["10.131.16.1"],"ip_address":"10.131.16.4/23","gateway_ip":"10.131.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.16.4" > ], > "mac": "c2:eb:7d:83:10:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.16.4" > ], > "mac": "c2:eb:7d:83:10:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.16.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-23 > namespace: nodevertical-rerun-10 > resourceVersion: "1422428" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-23 > uid: aa4be70d-3cf0-4f43-a604-bb803ebf093e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker043 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7befff313c49aab6c2eb0b9f1406150f7071be21e5936385a66489fcfcc9c286 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:09Z" > hostIP: 192.168.222.56 > phase: Running > podIP: 10.131.16.4 > podIPs: > - ip: 10.131.16.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:40Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:40Z" > name: nodevert-pod-230 > namespace: nodevertical-rerun-10 > resourceVersion: "1424664" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-230 > uid: 1a44afe3-4105-49b1-8f47-4442fa76a0fc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker082 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.95 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:40Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:40Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:40Z" > name: nodevert-pod-231 > namespace: nodevertical-rerun-10 > resourceVersion: "1424675" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-231 > uid: b541e232-a473-4112-a694-f4cbbb967357 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker098 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.111 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:40Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:40Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:40Z" > name: nodevert-pod-232 > namespace: nodevertical-rerun-10 > resourceVersion: "1424685" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-232 > uid: fd4739a8-538d-48ed-8e48-da7a258e0699 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker078 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.91 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:40Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:40Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:40Z" > name: nodevert-pod-233 > namespace: nodevertical-rerun-10 > resourceVersion: "1424697" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-233 > uid: 77ae9047-a7cb-402a-9fbb-9769c0932f05 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker086 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.99 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:40Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:40Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:40Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:40Z" > name: nodevert-pod-234 > namespace: nodevertical-rerun-10 > resourceVersion: "1424715" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-234 > uid: 95b0429d-f671-4f18-86a2-13eb7d456c82 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker076 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:40Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.89 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:40Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:41Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:41Z" > name: nodevert-pod-235 > namespace: nodevertical-rerun-10 > resourceVersion: "1424724" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-235 > uid: 03d6e8ee-500f-40c3-8108-35bd154caa8d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker035 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.48 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:41Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:41Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:41Z" > name: nodevert-pod-236 > namespace: nodevertical-rerun-10 > resourceVersion: "1424735" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-236 > uid: f7d4a854-c258-4c02-aba0-45de96db6a14 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker003 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.16 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:41Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:41Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:41Z" > name: nodevert-pod-237 > namespace: nodevertical-rerun-10 > resourceVersion: "1424747" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-237 > uid: 2a148b81-aa2c-4886-8bee-291a24d18f53 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker072 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.85 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:41Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:41Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:41Z" > name: nodevert-pod-238 > namespace: nodevertical-rerun-10 > resourceVersion: "1424758" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-238 > uid: 213631d3-03a8-444c-a15f-2bac044202ee > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker000 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.13 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:41Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:41Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:41Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:41Z" > name: nodevert-pod-239 > namespace: nodevertical-rerun-10 > resourceVersion: "1424773" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-239 > uid: 102ec488-60aa-43fe-b772-8e5c2b57e6aa > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker041 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:41Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.54 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:41Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.12.4/23"],"mac_address":"c2:eb:7d:82:0c:05","gateway_ips":["10.130.12.1"],"ip_address":"10.130.12.4/23","gateway_ip":"10.130.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.12.4" > ], > "mac": "c2:eb:7d:82:0c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.12.4" > ], > "mac": "c2:eb:7d:82:0c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:06Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.12.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:09Z" > name: nodevert-pod-24 > namespace: nodevertical-rerun-10 > resourceVersion: "1422337" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-24 > uid: a3f7d25c-4d2b-4f87-936b-2a55ae6e34ee > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker025 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f7549cd5f5e29d58faef27e0af308676a152258a6a1de35aeebe7a8269eb2eb5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.38 > phase: Running > podIP: 10.130.12.4 > podIPs: > - ip: 10.130.12.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:42Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-240 > namespace: nodevertical-rerun-10 > resourceVersion: "1424787" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-240 > uid: 120cfb0d-1893-4021-8c01-42c6dde88f5c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker043 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.56 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:42Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:42Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-241 > namespace: nodevertical-rerun-10 > resourceVersion: "1424796" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-241 > uid: 4501a70f-21c5-4927-a4d8-46587e312915 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker100 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.113 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:42Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:42Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-242 > namespace: nodevertical-rerun-10 > resourceVersion: "1424811" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-242 > uid: 57605767-01bb-430b-b899-7a42a588d921 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker093 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.106 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:42Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:42Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-243 > namespace: nodevertical-rerun-10 > resourceVersion: "1424823" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-243 > uid: 9f228162-0953-4e48-8bd3-6acf517f0549 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker058 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.71 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:42Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:42Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-244 > namespace: nodevertical-rerun-10 > resourceVersion: "1424840" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-244 > uid: f3f73b60-d161-4472-a592-1cb5dda88e5e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker022 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.35 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:42Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:43Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-245 > namespace: nodevertical-rerun-10 > resourceVersion: "1424850" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-245 > uid: 0008d25a-572d-4fe9-9e29-8a85766d688e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker042 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.55 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:43Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:43Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-246 > namespace: nodevertical-rerun-10 > resourceVersion: "1424865" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-246 > uid: 2199be49-76a8-4d5a-aa8a-6339b127fc68 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker044 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.57 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:43Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:43Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-247 > namespace: nodevertical-rerun-10 > resourceVersion: "1424884" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-247 > uid: dc556fa0-4b95-465e-b23a-9e6b9821087d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker067 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.80 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:43Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:43Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-248 > namespace: nodevertical-rerun-10 > resourceVersion: "1424899" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-248 > uid: 2739a223-857c-48ae-8d03-2082c726c15e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker041 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.54 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:43Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:43Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-249 > namespace: nodevertical-rerun-10 > resourceVersion: "1424910" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-249 > uid: f5a1ebdb-0843-4250-9dcd-fa7487bacca9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker058 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.71 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:43Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.24.4/23"],"mac_address":"c2:eb:7d:80:18:05","gateway_ips":["10.128.24.1"],"ip_address":"10.128.24.4/23","gateway_ip":"10.128.24.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.24.4" > ], > "mac": "c2:eb:7d:80:18:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.24.4" > ], > "mac": "c2:eb:7d:80:18:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:07Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.24.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:08Z" > name: nodevert-pod-25 > namespace: nodevertical-rerun-10 > resourceVersion: "1422299" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-25 > uid: 744b920a-945b-4f10-9669-4d06906aff3c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker016 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d591c8ec16417e36597b98ca6a552f3d59ca0b167384321f80437191865881bb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.29 > phase: Running > podIP: 10.128.24.4 > podIPs: > - ip: 10.128.24.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:44Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-250 > namespace: nodevertical-rerun-10 > resourceVersion: "1424935" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-250 > uid: d728030f-f540-4d0c-8cb7-45a87423e03d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker033 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.46 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:44Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:44Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-251 > namespace: nodevertical-rerun-10 > resourceVersion: "1424954" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-251 > uid: 899e07d9-2526-49b1-89d4-467f3a91d123 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker042 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.55 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:44Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:44Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-252 > namespace: nodevertical-rerun-10 > resourceVersion: "1424972" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-252 > uid: 1b039be9-f329-43c1-bbd0-990093770d0d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker068 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.81 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:44Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:44Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-253 > namespace: nodevertical-rerun-10 > resourceVersion: "1424998" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-253 > uid: 1966e44e-0047-443b-9eac-ed134c61e75c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker035 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.48 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:44Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:44Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-254 > namespace: nodevertical-rerun-10 > resourceVersion: "1425015" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-254 > uid: fd4efbab-faf6-4d10-8ea8-dc9eb762ff8c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker024 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.37 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:44Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:45Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-255 > namespace: nodevertical-rerun-10 > resourceVersion: "1425037" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-255 > uid: 2a843179-ec5c-4b5c-9403-ceea8cdfc8a0 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker035 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.48 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:45Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:45Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-256 > namespace: nodevertical-rerun-10 > resourceVersion: "1425057" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-256 > uid: 178ccc17-1b9f-4dd7-a27d-7a661a331ce6 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker070 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.83 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:45Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:45Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-257 > namespace: nodevertical-rerun-10 > resourceVersion: "1425084" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-257 > uid: 63c3bd11-73a8-4f87-8370-76f6906a8d32 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker097 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.110 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:45Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:45Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-258 > namespace: nodevertical-rerun-10 > resourceVersion: "1425096" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-258 > uid: c44af215-ebd5-4713-8145-113e5a1f54b5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker040 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.53 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:45Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:45Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-259 > namespace: nodevertical-rerun-10 > resourceVersion: "1425106" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-259 > uid: b43db4de-d19b-4ba3-ac12-25492d6a68dd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker050 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.63 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:45Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.46.4/23"],"mac_address":"c2:eb:7d:80:2e:05","gateway_ips":["10.128.46.1"],"ip_address":"10.128.46.4/23","gateway_ip":"10.128.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.46.4" > ], > "mac": "c2:eb:7d:80:2e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.46.4" > ], > "mac": "c2:eb:7d:80:2e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:07Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.46.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:09Z" > name: nodevert-pod-26 > namespace: nodevertical-rerun-10 > resourceVersion: "1422369" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-26 > uid: f52c35fd-c5e0-4645-bfa0-a7b39101d5c4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker001 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://69288e915809261dd7c557365d9f1be93b9c707934240179ad0a6b5dc69503e5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.14 > phase: Running > podIP: 10.128.46.4 > podIPs: > - ip: 10.128.46.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:46Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-260 > namespace: nodevertical-rerun-10 > resourceVersion: "1425138" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-260 > uid: fae61d80-1bb0-4925-957b-631918d9a042 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker054 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.67 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:46Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:46Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-261 > namespace: nodevertical-rerun-10 > resourceVersion: "1425165" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-261 > uid: 84fc84dc-b11e-4b51-b928-bb90c9635c38 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker101 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.114 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:46Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:46Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-262 > namespace: nodevertical-rerun-10 > resourceVersion: "1425186" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-262 > uid: cc97de84-2f43-4876-9efe-2367a7bbfbcc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker089 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.102 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:46Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:46Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-263 > namespace: nodevertical-rerun-10 > resourceVersion: "1425204" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-263 > uid: c1f502e7-3a3e-4ae3-a9fe-9ad8e5c88e9c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker047 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.60 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:46Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:46Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:46Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:46Z" > name: nodevert-pod-264 > namespace: nodevertical-rerun-10 > resourceVersion: "1425219" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-264 > uid: 670a318a-bebe-4a75-a433-8e6c68c3865c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker015 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:46Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.28 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:46Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:47Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-265 > namespace: nodevertical-rerun-10 > resourceVersion: "1425241" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-265 > uid: 8bcd8c30-dd4c-4f30-8854-acc8449fcd97 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker077 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.90 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:47Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:47Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-266 > namespace: nodevertical-rerun-10 > resourceVersion: "1425260" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-266 > uid: 567af7fa-beea-4e14-9284-59532305531b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker033 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.46 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:47Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:47Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-267 > namespace: nodevertical-rerun-10 > resourceVersion: "1425282" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-267 > uid: 11c51d53-d16f-4c4d-9012-75324f56743c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker063 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.76 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:47Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:47Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-268 > namespace: nodevertical-rerun-10 > resourceVersion: "1425304" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-268 > uid: 735f0163-f22f-4914-a02a-f4f1eb78fd80 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker026 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.39 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:47Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:47Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:47Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:47Z" > name: nodevert-pod-269 > namespace: nodevertical-rerun-10 > resourceVersion: "1425339" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-269 > uid: ec76dbc7-4747-45aa-b75b-de1a474f99cd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker017 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:47Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.30 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:47Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.38.4/23"],"mac_address":"c2:eb:7d:83:26:05","gateway_ips":["10.131.38.1"],"ip_address":"10.131.38.4/23","gateway_ip":"10.131.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.38.4" > ], > "mac": "c2:eb:7d:83:26:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.38.4" > ], > "mac": "c2:eb:7d:83:26:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:07Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.38.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:08Z" > name: nodevert-pod-27 > namespace: nodevertical-rerun-10 > resourceVersion: "1422297" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-27 > uid: b163f085-1958-4949-9924-5a5aaf432468 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker102 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://39282789fa54bc663e6f9d885edb21fdd996b77eff0171c543767cdd0dafc51d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.115 > phase: Running > podIP: 10.131.38.4 > podIPs: > - ip: 10.131.38.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:48Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-270 > namespace: nodevertical-rerun-10 > resourceVersion: "1425361" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-270 > uid: 49e0d0b4-8150-4901-bf34-d37baf55421c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker093 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.106 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:48Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:48Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-271 > namespace: nodevertical-rerun-10 > resourceVersion: "1425388" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-271 > uid: 102a8aba-789d-48ee-bf90-340de03a7ce0 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker086 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.99 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:48Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:48Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-272 > namespace: nodevertical-rerun-10 > resourceVersion: "1425407" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-272 > uid: 492ded41-fea8-481f-aba5-6570e5e3a6f9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker031 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.44 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:48Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:48Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-273 > namespace: nodevertical-rerun-10 > resourceVersion: "1425426" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-273 > uid: e6e97889-212c-4bb5-9bbb-0b7c80711f3d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker052 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.65 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:48Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:48Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:48Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:48Z" > name: nodevert-pod-274 > namespace: nodevertical-rerun-10 > resourceVersion: "1425445" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-274 > uid: c3ac42e2-423d-49ba-ae7a-1ba9bc9d65ee > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker099 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:48Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.112 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:48Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:49Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-275 > namespace: nodevertical-rerun-10 > resourceVersion: "1425462" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-275 > uid: 4c70fb99-794c-4ec7-aa54-296ff30a9f80 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker014 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.27 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:49Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:49Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-276 > namespace: nodevertical-rerun-10 > resourceVersion: "1425485" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-276 > uid: 23e8c56e-ff0d-449b-8e49-1d0ebc01608b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker056 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.69 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:49Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:49Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-277 > namespace: nodevertical-rerun-10 > resourceVersion: "1425512" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-277 > uid: f6082f7e-8564-4a6f-bb43-891c8e09f68c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker085 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.98 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:49Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:49Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-278 > namespace: nodevertical-rerun-10 > resourceVersion: "1425532" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-278 > uid: c22f6420-17ea-401b-acad-72849f1fb677 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker033 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.46 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:49Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:49Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:49Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:49Z" > name: nodevert-pod-279 > namespace: nodevertical-rerun-10 > resourceVersion: "1425541" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-279 > uid: d1e15c78-8bfb-4221-9d38-6b283c42f939 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker074 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:49Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.87 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:49Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.26.4/23"],"mac_address":"c2:eb:7d:83:1a:05","gateway_ips":["10.131.26.1"],"ip_address":"10.131.26.4/23","gateway_ip":"10.131.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.26.4" > ], > "mac": "c2:eb:7d:83:1a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.26.4" > ], > "mac": "c2:eb:7d:83:1a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.26.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:11Z" > name: nodevert-pod-28 > namespace: nodevertical-rerun-10 > resourceVersion: "1422567" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-28 > uid: 0a0776c5-75f3-4d42-8bdc-339da80b8dc7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker079 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://cfa1bbf5e2e0b2e90d68899d31612813df759cf78aa0498467b67156b1a0846c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.92 > phase: Running > podIP: 10.131.26.4 > podIPs: > - ip: 10.131.26.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:50Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-280 > namespace: nodevertical-rerun-10 > resourceVersion: "1425560" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-280 > uid: 51ddc06a-3a56-4c04-abba-4a32b49814dc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker074 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.87 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:50Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:50Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-281 > namespace: nodevertical-rerun-10 > resourceVersion: "1425580" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-281 > uid: 1e00f14d-7ac5-4e6c-b70e-d58f00d66fad > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker028 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.41 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:50Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:50Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-282 > namespace: nodevertical-rerun-10 > resourceVersion: "1425601" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-282 > uid: 3bc21940-24af-49ef-9a1e-616c62556424 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker071 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.84 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:50Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:50Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-283 > namespace: nodevertical-rerun-10 > resourceVersion: "1425620" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-283 > uid: 3515fbc3-d780-405e-a8f2-3e8d55aaf225 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker091 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.104 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:50Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:50Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:50Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:50Z" > name: nodevert-pod-284 > namespace: nodevertical-rerun-10 > resourceVersion: "1425646" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-284 > uid: b2971594-f96c-4e97-88b7-d6036b154cfa > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker036 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:50Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.49 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:50Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:51Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-285 > namespace: nodevertical-rerun-10 > resourceVersion: "1425660" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-285 > uid: 14445d22-2c01-4331-88d9-ee7ddbf1b3e3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker018 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.31 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:51Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:51Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-286 > namespace: nodevertical-rerun-10 > resourceVersion: "1425680" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-286 > uid: 613e1f75-8402-4f79-af85-4f3101a85470 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker082 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.95 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:51Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:51Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-287 > namespace: nodevertical-rerun-10 > resourceVersion: "1425696" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-287 > uid: 9382029c-4efe-4e4c-97d7-ffc65ee10fa5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker102 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.115 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:51Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:51Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-288 > namespace: nodevertical-rerun-10 > resourceVersion: "1425715" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-288 > uid: d07a79bf-c295-421e-a4f6-144de293dfa0 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker000 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.13 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:51Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:51Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:51Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:51Z" > name: nodevert-pod-289 > namespace: nodevertical-rerun-10 > resourceVersion: "1425729" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-289 > uid: 2bf5ede4-5f55-4498-8bf1-71344ce30713 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker015 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:51Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.28 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:51Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.36.4/23"],"mac_address":"c2:eb:7d:83:24:05","gateway_ips":["10.131.36.1"],"ip_address":"10.131.36.4/23","gateway_ip":"10.131.36.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.36.4" > ], > "mac": "c2:eb:7d:83:24:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.36.4" > ], > "mac": "c2:eb:7d:83:24:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:11Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.36.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:13Z" > name: nodevert-pod-29 > namespace: nodevertical-rerun-10 > resourceVersion: "1422675" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-29 > uid: 05c29bd9-08e7-4085-abe6-d60c8842cf36 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker098 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://24f9878e9b9ba646548d544ba855ae150e6cb4e52daec7fcabfe667797c42891 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.111 > phase: Running > podIP: 10.131.36.4 > podIPs: > - ip: 10.131.36.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:52Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-290 > namespace: nodevertical-rerun-10 > resourceVersion: "1425739" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-290 > uid: 9d6eb9f6-0d17-4077-9c7c-76da89700a17 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker041 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.54 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:52Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:52Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-291 > namespace: nodevertical-rerun-10 > resourceVersion: "1425756" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-291 > uid: 65341284-2d90-4eef-b6af-063929bf5495 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker091 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.104 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:52Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:52Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-292 > namespace: nodevertical-rerun-10 > resourceVersion: "1425776" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-292 > uid: 7b32184d-b96c-466a-a81d-ec41ccd0f277 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker019 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.32 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:52Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:52Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-293 > namespace: nodevertical-rerun-10 > resourceVersion: "1425793" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-293 > uid: 7f4cb809-2557-46d6-88ee-344656069f9c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker059 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.72 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:52Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:52Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:52Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:52Z" > name: nodevert-pod-294 > namespace: nodevertical-rerun-10 > resourceVersion: "1425813" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-294 > uid: c590e2b9-644d-47aa-809f-efa43e6d4ae8 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker085 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:52Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.98 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:52Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:53Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-295 > namespace: nodevertical-rerun-10 > resourceVersion: "1425826" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-295 > uid: e2d180b9-5091-4ad3-804c-d77d1a57648e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker062 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.75 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:53Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:53Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-296 > namespace: nodevertical-rerun-10 > resourceVersion: "1425838" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-296 > uid: 963e5a94-4767-473d-90b8-21734c6779be > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker068 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.81 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:53Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:53Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-297 > namespace: nodevertical-rerun-10 > resourceVersion: "1425854" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-297 > uid: 7a0d1cf6-ddab-4fd5-a216-1f64d696cb4f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker082 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.95 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:53Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:53Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-298 > namespace: nodevertical-rerun-10 > resourceVersion: "1425869" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-298 > uid: 2e8553a1-9836-4fdb-9783-c3e25c5759dc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker086 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.99 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:53Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:53Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:53Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:53Z" > name: nodevert-pod-299 > namespace: nodevertical-rerun-10 > resourceVersion: "1425886" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-299 > uid: 61148981-e0bf-492c-aa4d-e39ce1d9eb0b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker072 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:53Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.85 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:53Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.20.4/23"],"mac_address":"c2:eb:7d:82:14:05","gateway_ips":["10.130.20.1"],"ip_address":"10.130.20.4/23","gateway_ip":"10.130.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.20.4" > ], > "mac": "c2:eb:7d:82:14:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.20.4" > ], > "mac": "c2:eb:7d:82:14:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.20.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-3 > namespace: nodevertical-rerun-10 > resourceVersion: "1422076" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-3 > uid: fa253871-bffb-4ce6-8579-51dd2b2aecf2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker082 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e042c6d72b1fc4dbc69cd718ac0eb3fc1cc4f0cd392b64e6704102c19e9bb704 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.95 > phase: Running > podIP: 10.130.20.4 > podIPs: > - ip: 10.130.20.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.30.4/23"],"mac_address":"c2:eb:7d:80:1e:05","gateway_ips":["10.128.30.1"],"ip_address":"10.128.30.4/23","gateway_ip":"10.128.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.30.4" > ], > "mac": "c2:eb:7d:80:1e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.30.4" > ], > "mac": "c2:eb:7d:80:1e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:07Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.30.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:09Z" > name: nodevert-pod-30 > namespace: nodevertical-rerun-10 > resourceVersion: "1422321" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-30 > uid: f9a6457b-1920-49be-9b2e-d969ddfc8724 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker071 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d255c4d9e158c6051f81bc3f79c57fb65e5926e59d44bfe6ed27dac601e33461 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.84 > phase: Running > podIP: 10.128.30.4 > podIPs: > - ip: 10.128.30.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:54Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-300 > namespace: nodevertical-rerun-10 > resourceVersion: "1425914" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-300 > uid: fa21dc5d-b76e-4212-89ad-26fe13005c2c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker093 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.106 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:54Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:54Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-301 > namespace: nodevertical-rerun-10 > resourceVersion: "1425937" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-301 > uid: cb57948c-d9bf-438e-af97-0d22092a1b23 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker014 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.27 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:54Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:54Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-302 > namespace: nodevertical-rerun-10 > resourceVersion: "1425956" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-302 > uid: ef6c7050-cc5b-42c1-a5f5-7b56cd18929f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker061 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.74 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:54Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:54Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-303 > namespace: nodevertical-rerun-10 > resourceVersion: "1425971" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-303 > uid: 31ff99d9-69c5-45d0-9bc2-edab3abbc70a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker087 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.100 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:54Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:54Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:54Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:54Z" > name: nodevert-pod-304 > namespace: nodevertical-rerun-10 > resourceVersion: "1425988" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-304 > uid: d7753286-3bd3-4bc2-b6f1-1e070d887372 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker024 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:54Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.37 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:54Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-305 > namespace: nodevertical-rerun-10 > resourceVersion: "1426009" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-305 > uid: 8ede90af-8698-4574-bc19-efc2261caa28 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker100 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.113 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-306 > namespace: nodevertical-rerun-10 > resourceVersion: "1426027" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-306 > uid: b616490c-9ef4-4e7b-afc3-8b650f04a66d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker081 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.94 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-307 > namespace: nodevertical-rerun-10 > resourceVersion: "1426056" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-307 > uid: fcdf60a4-3ee1-4515-8c08-faef0f12a00e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker056 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.69 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-308 > namespace: nodevertical-rerun-10 > resourceVersion: "1426069" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-308 > uid: 73d4bdd6-2417-465e-9718-318a4eb12537 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker016 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.29 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:55Z" > name: nodevert-pod-309 > namespace: nodevertical-rerun-10 > resourceVersion: "1426091" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-309 > uid: 6b30bc0c-8bb7-41e5-8592-d9b347dc6996 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker092 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.105 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.22.5/23"],"mac_address":"c2:eb:7d:80:16:06","gateway_ips":["10.128.22.1"],"ip_address":"10.128.22.5/23","gateway_ip":"10.128.22.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.22.5" > ], > "mac": "c2:eb:7d:80:16:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.22.5" > ], > "mac": "c2:eb:7d:80:16:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.22.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-31 > namespace: nodevertical-rerun-10 > resourceVersion: "1422499" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-31 > uid: 2ad53188-0fa2-4312-9e6c-807ab0c5dbbb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker042 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://c4186d988417fdee40a112e232bfe2c3752f0ebde98207a962befdd2bdb5b9a6 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.55 > phase: Running > podIP: 10.128.22.5 > podIPs: > - ip: 10.128.22.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-310 > namespace: nodevertical-rerun-10 > resourceVersion: "1426123" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-310 > uid: 2bd70ec9-c96b-4a90-a114-89a728020ff3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker077 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.90 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-311 > namespace: nodevertical-rerun-10 > resourceVersion: "1426145" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-311 > uid: 19960caa-68a9-4717-b9ee-be1eafd87c68 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker068 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.81 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-312 > namespace: nodevertical-rerun-10 > resourceVersion: "1426164" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-312 > uid: afaf7717-2eee-486f-bcd8-069c4c5c1b8c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker061 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.74 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-313 > namespace: nodevertical-rerun-10 > resourceVersion: "1426186" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-313 > uid: 6661b4dc-8957-4ed2-801d-4b82507009a3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker075 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.88 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:56Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:56Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:56Z" > name: nodevert-pod-314 > namespace: nodevertical-rerun-10 > resourceVersion: "1426212" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-314 > uid: 9e8d0fa9-a089-4e08-860d-448e2402ab2d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker102 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:56Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.115 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:56Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-315 > namespace: nodevertical-rerun-10 > resourceVersion: "1426233" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-315 > uid: 3578ad97-e937-43b8-8cf1-5117c3b54da2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker083 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.96 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-316 > namespace: nodevertical-rerun-10 > resourceVersion: "1426261" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-316 > uid: 31452912-fdd7-4a7e-be3a-0612e25f4fe1 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker101 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.114 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-317 > namespace: nodevertical-rerun-10 > resourceVersion: "1426276" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-317 > uid: 13f4dc26-336e-4611-bdf3-2f4c391e640c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker072 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.85 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-318 > namespace: nodevertical-rerun-10 > resourceVersion: "1426296" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-318 > uid: 8f917b04-d892-4526-a52e-2dd1c8973686 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker078 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.91 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:57Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:57Z" > name: nodevert-pod-319 > namespace: nodevertical-rerun-10 > resourceVersion: "1426311" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-319 > uid: b6c16f74-6701-4389-87df-4faff8466bc9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker090 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:57Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.103 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:57Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.34.4/23"],"mac_address":"c2:eb:7d:80:22:05","gateway_ips":["10.128.34.1"],"ip_address":"10.128.34.4/23","gateway_ip":"10.128.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.34.4" > ], > "mac": "c2:eb:7d:80:22:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.34.4" > ], > "mac": "c2:eb:7d:80:22:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.34.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-32 > namespace: nodevertical-rerun-10 > resourceVersion: "1422500" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-32 > uid: df7a407b-37e9-47d9-b7ac-621e2fb4120f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker084 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://66fcb9b3de046067723236484b708847e819762616db61a90473b1129eb70f8f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.97 > phase: Running > podIP: 10.128.34.4 > podIPs: > - ip: 10.128.34.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-320 > namespace: nodevertical-rerun-10 > resourceVersion: "1426337" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-320 > uid: 2be2a314-52a7-4f1a-b85f-6b71e3f66b93 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker008 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.21 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-321 > namespace: nodevertical-rerun-10 > resourceVersion: "1426352" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-321 > uid: 9d87bbf3-0c30-48a5-9aab-15650a1b3342 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker001 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.14 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-322 > namespace: nodevertical-rerun-10 > resourceVersion: "1426371" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-322 > uid: 228ef5c5-3bdd-4051-bf41-9498caa6496b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker026 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.39 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-323 > namespace: nodevertical-rerun-10 > resourceVersion: "1426383" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-323 > uid: 358a4947-9230-4960-bdfe-e4d5c1f5d0c3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker094 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.107 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:58Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:58Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:58Z" > name: nodevert-pod-324 > namespace: nodevertical-rerun-10 > resourceVersion: "1426398" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-324 > uid: 9203ce59-4409-4d17-9c9a-d85dc7df049b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker095 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:58Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.108 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:58Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-325 > namespace: nodevertical-rerun-10 > resourceVersion: "1426415" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-325 > uid: 74b036a9-1ea8-417a-9c8d-b9e90296863e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker066 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.79 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-326 > namespace: nodevertical-rerun-10 > resourceVersion: "1426425" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-326 > uid: 1ace1b6e-62a6-408c-b1b8-20d7b90dca79 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker004 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.17 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-327 > namespace: nodevertical-rerun-10 > resourceVersion: "1426445" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-327 > uid: fdf38ffa-6ba6-469a-b941-c25a52c4c0e7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker063 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.76 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-328 > namespace: nodevertical-rerun-10 > resourceVersion: "1426461" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-328 > uid: 9c3e63e7-2944-478e-9d26-1077131c513a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker017 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.30 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:31:59Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:59Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:59Z" > name: nodevert-pod-329 > namespace: nodevertical-rerun-10 > resourceVersion: "1426484" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-329 > uid: 43aa2d98-104c-4de4-be5e-4f7255528067 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker025 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:59Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.38 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:31:59Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.40.5/23"],"mac_address":"c2:eb:7d:81:28:06","gateway_ips":["10.129.40.1"],"ip_address":"10.129.40.5/23","gateway_ip":"10.129.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.40.5" > ], > "mac": "c2:eb:7d:81:28:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.40.5" > ], > "mac": "c2:eb:7d:81:28:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:11Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.40.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:12Z" > name: nodevert-pod-33 > namespace: nodevertical-rerun-10 > resourceVersion: "1422648" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-33 > uid: 3d4b98e8-4339-40d9-b0f0-ca4d9e3511e2 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker070 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://220a7d8ee39a41fb78b6af1722b1de8d9a2f05042317478b77626faa90939396 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.83 > phase: Running > podIP: 10.129.40.5 > podIPs: > - ip: 10.129.40.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-330 > namespace: nodevertical-rerun-10 > resourceVersion: "1426501" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-330 > uid: eb53723a-5044-4ecd-9199-6c629cb9a469 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker083 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.96 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-331 > namespace: nodevertical-rerun-10 > resourceVersion: "1426518" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-331 > uid: 6c9b7ce7-cea5-4400-8844-4c87c31d853f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker028 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.41 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-332 > namespace: nodevertical-rerun-10 > resourceVersion: "1426531" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-332 > uid: 98609f9b-07c0-4a57-8c3d-2299b4064feb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker036 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.49 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-333 > namespace: nodevertical-rerun-10 > resourceVersion: "1426541" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-333 > uid: a42fa23a-1c76-4870-bc86-883b11f28978 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker036 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.49 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:00Z" > name: nodevert-pod-334 > namespace: nodevertical-rerun-10 > resourceVersion: "1426561" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-334 > uid: 7b2166bd-8a6a-43e5-bde8-cef82c0bd0e7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker075 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.88 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-335 > namespace: nodevertical-rerun-10 > resourceVersion: "1426576" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-335 > uid: a7496625-f1e1-4d40-b366-6114de373269 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker008 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.21 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-336 > namespace: nodevertical-rerun-10 > resourceVersion: "1426595" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-336 > uid: fc4462e4-ec11-4b7e-9563-207a7687a6e5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker055 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.68 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-337 > namespace: nodevertical-rerun-10 > resourceVersion: "1426612" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-337 > uid: d4c8260f-be03-4871-86c4-4716da73105f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker009 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.22 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-338 > namespace: nodevertical-rerun-10 > resourceVersion: "1426633" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-338 > uid: 108b1c9f-6a84-4eed-ab47-737e5a67c4a1 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker050 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.63 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > openshift.io/scc: anyuid > creationTimestamp: "2020-08-18T06:32:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:status: > f:conditions: > k:{"type":"ContainersReady"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > k:{"type":"Initialized"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > k:{"type":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:message: {} > f:reason: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:32:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:32:01Z" > name: nodevert-pod-339 > namespace: nodevertical-rerun-10 > resourceVersion: "1426652" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-339 > uid: 8a07f745-6453-443f-b47a-88aa14432e95 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker042 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > message: 'containers with unready status: [nodevert]' > reason: ContainersNotReady > status: "False" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:32:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - image: gcr.io/google_containers/pause-amd64:3.0 > imageID: "" > lastState: {} > name: nodevert > ready: false > restartCount: 0 > started: false > state: > waiting: > reason: ContainerCreating > hostIP: 192.168.222.55 > phase: Pending > qosClass: BestEffort > startTime: "2020-08-18T06:32:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.10.4/23"],"mac_address":"c2:eb:7d:80:0a:05","gateway_ips":["10.128.10.1"],"ip_address":"10.128.10.4/23","gateway_ip":"10.128.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.10.4" > ], > "mac": "c2:eb:7d:80:0a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.10.4" > ], > "mac": "c2:eb:7d:80:0a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:00Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:00Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:07Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.10.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:08Z" > name: nodevert-pod-34 > namespace: nodevertical-rerun-10 > resourceVersion: "1422271" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-34 > uid: a29f1e1c-22d3-4197-a9dc-9d4f1dbfcbac > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker065 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:00Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://296f86c141a2809360591a5034add02f762c2b8860bd6d02aa203ad0c432920f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:08Z" > hostIP: 192.168.222.78 > phase: Running > podIP: 10.128.10.4 > podIPs: > - ip: 10.128.10.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:00Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.44.4/23"],"mac_address":"c2:eb:7d:82:2c:05","gateway_ips":["10.130.44.1"],"ip_address":"10.130.44.4/23","gateway_ip":"10.130.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.44.4" > ], > "mac": "c2:eb:7d:82:2c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.44.4" > ], > "mac": "c2:eb:7d:82:2c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:08Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.44.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:09Z" > name: nodevert-pod-35 > namespace: nodevertical-rerun-10 > resourceVersion: "1422360" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-35 > uid: d1040217-4b77-4179-8d05-129e49ee4281 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker089 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://548173033c06911ed9ff3c809aba5c158002be187d19376af9268c1b68daa018 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:09Z" > hostIP: 192.168.222.102 > phase: Running > podIP: 10.130.44.4 > podIPs: > - ip: 10.130.44.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.50.4/23"],"mac_address":"c2:eb:7d:82:32:05","gateway_ips":["10.130.50.1"],"ip_address":"10.130.50.4/23","gateway_ip":"10.130.50.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.50.4" > ], > "mac": "c2:eb:7d:82:32:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.50.4" > ], > "mac": "c2:eb:7d:82:32:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.50.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:11Z" > name: nodevert-pod-36 > namespace: nodevertical-rerun-10 > resourceVersion: "1422517" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-36 > uid: dc9dc14c-a395-4781-b62e-de7a5875be33 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker062 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://678328868b68b1d3c534ac7e4a4f73b84f7d6bcf10d7adead430e9aaf92af9d5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.75 > phase: Running > podIP: 10.130.50.4 > podIPs: > - ip: 10.130.50.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.34.4/23"],"mac_address":"c2:eb:7d:82:22:05","gateway_ips":["10.130.34.1"],"ip_address":"10.130.34.4/23","gateway_ip":"10.130.34.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.34.4" > ], > "mac": "c2:eb:7d:82:22:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.34.4" > ], > "mac": "c2:eb:7d:82:22:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:13Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.34.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:14Z" > name: nodevert-pod-37 > namespace: nodevertical-rerun-10 > resourceVersion: "1422790" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-37 > uid: 5683b869-27da-4628-9ac1-34afa1a9ee0e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker012 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d5e71569ac78d39a370b3ef7fe44cf4c4143d28a6b5f7ce6a326b3c0531e6fff > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:14Z" > hostIP: 192.168.222.25 > phase: Running > podIP: 10.130.34.4 > podIPs: > - ip: 10.130.34.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.46.4/23"],"mac_address":"c2:eb:7d:82:2e:05","gateway_ips":["10.130.46.1"],"ip_address":"10.130.46.4/23","gateway_ip":"10.130.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.46.4" > ], > "mac": "c2:eb:7d:82:2e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.46.4" > ], > "mac": "c2:eb:7d:82:2e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:13Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.46.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:15Z" > name: nodevert-pod-38 > namespace: nodevertical-rerun-10 > resourceVersion: "1422850" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-38 > uid: 9f4290d1-82f5-4003-a4eb-c40badcba00d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker037 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://913ac4922105a08cb57d157fc538d78a86b5e45aac13361aea08d7901db2ca7f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:14Z" > hostIP: 192.168.222.50 > phase: Running > podIP: 10.130.46.4 > podIPs: > - ip: 10.130.46.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.2.4/23"],"mac_address":"c2:eb:7d:82:02:05","gateway_ips":["10.130.2.1"],"ip_address":"10.130.2.4/23","gateway_ip":"10.130.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.2.4" > ], > "mac": "c2:eb:7d:82:02:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.2.4" > ], > "mac": "c2:eb:7d:82:02:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:01Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:01Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.2.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:11Z" > name: nodevert-pod-39 > namespace: nodevertical-rerun-10 > resourceVersion: "1422533" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-39 > uid: ae71a0e5-4c1d-4ba8-9825-9da64e0368bb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker096 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:01Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://0edbe4d30c1b01b1ca88479313a197767fb616335ed487440673a67c55fe35f9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.109 > phase: Running > podIP: 10.130.2.4 > podIPs: > - ip: 10.130.2.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:01Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.22.4/23"],"mac_address":"c2:eb:7d:80:16:05","gateway_ips":["10.128.22.1"],"ip_address":"10.128.22.4/23","gateway_ip":"10.128.22.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.22.4" > ], > "mac": "c2:eb:7d:80:16:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.22.4" > ], > "mac": "c2:eb:7d:80:16:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.22.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:07Z" > name: nodevert-pod-4 > namespace: nodevertical-rerun-10 > resourceVersion: "1422207" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-4 > uid: 22f6b9be-2b43-45a0-b183-033b97086639 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker042 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://0b26fc4fcb0bfeb8d97b2dc5c7d713e2314a027b7957b975174263cbb40262f9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:07Z" > hostIP: 192.168.222.55 > phase: Running > podIP: 10.128.22.4 > podIPs: > - ip: 10.128.22.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.44.5/23"],"mac_address":"c2:eb:7d:82:2c:06","gateway_ips":["10.130.44.1"],"ip_address":"10.130.44.5/23","gateway_ip":"10.130.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.44.5" > ], > "mac": "c2:eb:7d:82:2c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.44.5" > ], > "mac": "c2:eb:7d:82:2c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:02Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:09Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.44.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:10Z" > name: nodevert-pod-40 > namespace: nodevertical-rerun-10 > resourceVersion: "1422457" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-40 > uid: 5dd14237-1fdd-4f34-9024-76a9298f5d83 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker089 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9a27960a6f2c1c4e1421ac3ec27bfe47a1b7b2d2e138f8e936b6037f9a174806 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:10Z" > hostIP: 192.168.222.102 > phase: Running > podIP: 10.130.44.5 > podIPs: > - ip: 10.130.44.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:02Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.28.4/23"],"mac_address":"c2:eb:7d:81:1c:05","gateway_ips":["10.129.28.1"],"ip_address":"10.129.28.4/23","gateway_ip":"10.129.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.28.4" > ], > "mac": "c2:eb:7d:81:1c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.28.4" > ], > "mac": "c2:eb:7d:81:1c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:02Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:10Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.28.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:12Z" > name: nodevert-pod-41 > namespace: nodevertical-rerun-10 > resourceVersion: "1422613" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-41 > uid: 1652813c-d31e-47a2-aa9c-7b21031f4a52 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker100 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f870158e1dd38e4e0e67917528ed534493d8fb42e669177dff454e098a179cdc > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:11Z" > hostIP: 192.168.222.113 > phase: Running > podIP: 10.129.28.4 > podIPs: > - ip: 10.129.28.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:02Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.12.4/23"],"mac_address":"c2:eb:7d:83:0c:05","gateway_ips":["10.131.12.1"],"ip_address":"10.131.12.4/23","gateway_ip":"10.131.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.12.4" > ], > "mac": "c2:eb:7d:83:0c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.12.4" > ], > "mac": "c2:eb:7d:83:0c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:02Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:10Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.12.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:12Z" > name: nodevert-pod-42 > namespace: nodevertical-rerun-10 > resourceVersion: "1422618" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-42 > uid: d4d34cfb-38ab-4e57-a8c3-02e0817dcacc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker028 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7240655a446432c2d2e69e74ae1c616c850187ee8977a4e3ba373550ba25be3f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:11Z" > hostIP: 192.168.222.41 > phase: Running > podIP: 10.131.12.4 > podIPs: > - ip: 10.131.12.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:02Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.32.4/23"],"mac_address":"c2:eb:7d:80:20:05","gateway_ips":["10.128.32.1"],"ip_address":"10.128.32.4/23","gateway_ip":"10.128.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.32.4" > ], > "mac": "c2:eb:7d:80:20:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.32.4" > ], > "mac": "c2:eb:7d:80:20:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:02Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:10Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.32.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:13Z" > name: nodevert-pod-43 > namespace: nodevertical-rerun-10 > resourceVersion: "1422674" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-43 > uid: 2498eb32-7fbe-437a-96ac-c619fdf6d12a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker081 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://bba026824cb8cc569d4a1b6023740aaba1a2a8871425990aa5489dc46317895e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.94 > phase: Running > podIP: 10.128.32.4 > podIPs: > - ip: 10.128.32.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:02Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.56.4/23"],"mac_address":"c2:eb:7d:82:38:05","gateway_ips":["10.130.56.1"],"ip_address":"10.130.56.4/23","gateway_ip":"10.130.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.56.4" > ], > "mac": "c2:eb:7d:82:38:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.56.4" > ], > "mac": "c2:eb:7d:82:38:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:02Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:02Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:10Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.56.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:13Z" > name: nodevert-pod-44 > namespace: nodevertical-rerun-10 > resourceVersion: "1422692" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-44 > uid: bf0accb9-b749-41fa-88f7-0817c1643e86 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker086 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:02Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9af83bdfdcd6505ddd8e7ffa0bf198e681573d79e7553af771bb68cf74ee3a40 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.99 > phase: Running > podIP: 10.130.56.4 > podIPs: > - ip: 10.130.56.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:02Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.6.4/23"],"mac_address":"c2:eb:7d:80:06:05","gateway_ips":["10.128.6.1"],"ip_address":"10.128.6.4/23","gateway_ip":"10.128.6.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.6.4" > ], > "mac": "c2:eb:7d:80:06:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.6.4" > ], > "mac": "c2:eb:7d:80:06:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:03Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:13Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.6.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:14Z" > name: nodevert-pod-45 > namespace: nodevertical-rerun-10 > resourceVersion: "1422812" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-45 > uid: 21eb7045-9809-465a-b7ce-6fca1becb630 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker015 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:14Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://1a63ecebcbdb3bdf3f0faab8ca02763656b7f38894f448f687c078e270ea7bd9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:14Z" > hostIP: 192.168.222.28 > phase: Running > podIP: 10.128.6.4 > podIPs: > - ip: 10.128.6.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:03Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.2.4/23"],"mac_address":"c2:eb:7d:81:02:05","gateway_ips":["10.129.2.1"],"ip_address":"10.129.2.4/23","gateway_ip":"10.129.2.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.2.4" > ], > "mac": "c2:eb:7d:81:02:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.2.4" > ], > "mac": "c2:eb:7d:81:02:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:03Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:11Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.2.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:13Z" > name: nodevert-pod-46 > namespace: nodevertical-rerun-10 > resourceVersion: "1422694" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-46 > uid: bf5a9d94-9083-468c-9f60-eb0935498ed5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker078 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://ccf2127cfb6d11ac24c78e3f37d0118990dbd124477d1d4886cb74bf68ea1478 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.91 > phase: Running > podIP: 10.129.2.4 > podIPs: > - ip: 10.129.2.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:03Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.42.4/23"],"mac_address":"c2:eb:7d:82:2a:05","gateway_ips":["10.130.42.1"],"ip_address":"10.130.42.4/23","gateway_ip":"10.130.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.42.4" > ], > "mac": "c2:eb:7d:82:2a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.42.4" > ], > "mac": "c2:eb:7d:82:2a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:03Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:13Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.42.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:15Z" > name: nodevert-pod-47 > namespace: nodevertical-rerun-10 > resourceVersion: "1422848" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-47 > uid: 3f2e85b6-9778-4502-bc9d-3754f41301e3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker044 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://43a39c8e8f4c28af9abff47eb02ff3d4daeaeeab115a2387559d581363554485 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:14Z" > hostIP: 192.168.222.57 > phase: Running > podIP: 10.130.42.4 > podIPs: > - ip: 10.130.42.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:03Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.16.4/23"],"mac_address":"c2:eb:7d:81:10:05","gateway_ips":["10.129.16.1"],"ip_address":"10.129.16.4/23","gateway_ip":"10.129.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.16.4" > ], > "mac": "c2:eb:7d:81:10:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.16.4" > ], > "mac": "c2:eb:7d:81:10:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:03Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:14Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.16.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:16Z" > name: nodevert-pod-48 > namespace: nodevertical-rerun-10 > resourceVersion: "1422965" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-48 > uid: 7664cb20-d8c1-4fe5-bc62-b0417884b108 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker024 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f22b8035a323cd8607c0ada037f477494028b7f12d885eab85076d23922d3674 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:15Z" > hostIP: 192.168.222.37 > phase: Running > podIP: 10.129.16.4 > podIPs: > - ip: 10.129.16.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:03Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.48.5/23"],"mac_address":"c2:eb:7d:82:30:06","gateway_ips":["10.130.48.1"],"ip_address":"10.130.48.5/23","gateway_ip":"10.130.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.48.5" > ], > "mac": "c2:eb:7d:82:30:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.48.5" > ], > "mac": "c2:eb:7d:82:30:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:03Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:03Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:06Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.48.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:15Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:15Z" > name: nodevert-pod-49 > namespace: nodevertical-rerun-10 > resourceVersion: "1422894" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-49 > uid: f953b801-b175-4a1d-a1ba-45ea873c5cfd > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker027 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:03Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a5b9a56f9f5da351e881b8a78b033cc467a0f11740e9e24eb7e02e42be013856 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:15Z" > hostIP: 192.168.222.40 > phase: Running > podIP: 10.130.48.5 > podIPs: > - ip: 10.130.48.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:03Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.44.4/23"],"mac_address":"c2:eb:7d:81:2c:05","gateway_ips":["10.129.44.1"],"ip_address":"10.129.44.4/23","gateway_ip":"10.129.44.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.44.4" > ], > "mac": "c2:eb:7d:81:2c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.44.4" > ], > "mac": "c2:eb:7d:81:2c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.44.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-5 > namespace: nodevertical-rerun-10 > resourceVersion: "1422104" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-5 > uid: e89754cb-df28-4116-8010-8dd1df3a1458 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker091 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://53b502ee7e449a33104693b0462b915eae106f0982cc2f80ab07478885b4d52d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.104 > phase: Running > podIP: 10.129.44.4 > podIPs: > - ip: 10.129.44.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.24.5/23"],"mac_address":"c2:eb:7d:80:18:06","gateway_ips":["10.128.24.1"],"ip_address":"10.128.24.5/23","gateway_ip":"10.128.24.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.24.5" > ], > "mac": "c2:eb:7d:80:18:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.24.5" > ], > "mac": "c2:eb:7d:80:18:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:04Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:04Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:11Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.24.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:12Z" > name: nodevert-pod-50 > namespace: nodevertical-rerun-10 > resourceVersion: "1422660" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-50 > uid: 40a00eb4-350d-4c0f-b3e4-f56a4df5fd0d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker016 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a831ef200a6109e432d636daec6d03a06f11d05b1d9d9899238a85f49d6eaaa8 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:12Z" > hostIP: 192.168.222.29 > phase: Running > podIP: 10.128.24.5 > podIPs: > - ip: 10.128.24.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:04Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.12.4/23"],"mac_address":"c2:eb:7d:81:0c:05","gateway_ips":["10.129.12.1"],"ip_address":"10.129.12.4/23","gateway_ip":"10.129.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.12.4" > ], > "mac": "c2:eb:7d:81:0c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.12.4" > ], > "mac": "c2:eb:7d:81:0c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:04Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:04Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:17Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.12.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:19Z" > name: nodevert-pod-51 > namespace: nodevertical-rerun-10 > resourceVersion: "1423128" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-51 > uid: 1df67323-2159-4a46-ae26-1d76b5d0afa8 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker093 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:19Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://8d82ef80bf5887440442db297f07d68ec148c2cb016b1da0c6c72f4067d5e4b2 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:18Z" > hostIP: 192.168.222.106 > phase: Running > podIP: 10.129.12.4 > podIPs: > - ip: 10.129.12.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:04Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.40.4/23"],"mac_address":"c2:eb:7d:82:28:05","gateway_ips":["10.130.40.1"],"ip_address":"10.130.40.4/23","gateway_ip":"10.130.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.40.4" > ], > "mac": "c2:eb:7d:82:28:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.40.4" > ], > "mac": "c2:eb:7d:82:28:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:04Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:04Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:14Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.40.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:16Z" > name: nodevert-pod-52 > namespace: nodevertical-rerun-10 > resourceVersion: "1422925" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-52 > uid: 2f9a0785-12a7-44bd-ae2a-99b4b8ab5445 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker033 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b3104c86e46d09faf3fef0327b11810229f81ac512c4f948fca74c1990875d59 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:15Z" > hostIP: 192.168.222.46 > phase: Running > podIP: 10.130.40.4 > podIPs: > - ip: 10.130.40.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:04Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.42.4/23"],"mac_address":"c2:eb:7d:80:2a:05","gateway_ips":["10.128.42.1"],"ip_address":"10.128.42.4/23","gateway_ip":"10.128.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.42.4" > ], > "mac": "c2:eb:7d:80:2a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.42.4" > ], > "mac": "c2:eb:7d:80:2a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:04Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:04Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:18Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.42.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:20Z" > name: nodevert-pod-53 > namespace: nodevertical-rerun-10 > resourceVersion: "1423226" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-53 > uid: ff6a7d9a-ff53-4f37-bf4c-8f0647c47197 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker002 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7320df1ec1264b2e2431020e0368311e675f56950c466bc61df1d8a7bb46ee0f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:19Z" > hostIP: 192.168.222.15 > phase: Running > podIP: 10.128.42.4 > podIPs: > - ip: 10.128.42.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:04Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.26.5/23"],"mac_address":"c2:eb:7d:83:1a:06","gateway_ips":["10.131.26.1"],"ip_address":"10.131.26.5/23","gateway_ip":"10.131.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.26.5" > ], > "mac": "c2:eb:7d:83:1a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.26.5" > ], > "mac": "c2:eb:7d:83:1a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:04Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:04Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:14Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.26.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:15Z" > name: nodevert-pod-54 > namespace: nodevertical-rerun-10 > resourceVersion: "1422885" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-54 > uid: 4afceec0-ea15-4c1e-9870-f05c1eb4c4d3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker079 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:15Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:04Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://8eddbfb83408c41addbebd240ead3ffb041de02c1e943590a4f9708f67984dc0 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:15Z" > hostIP: 192.168.222.92 > phase: Running > podIP: 10.131.26.5 > podIPs: > - ip: 10.131.26.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:04Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.56.5/23"],"mac_address":"c2:eb:7d:82:38:06","gateway_ips":["10.130.56.1"],"ip_address":"10.130.56.5/23","gateway_ip":"10.130.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.56.5" > ], > "mac": "c2:eb:7d:82:38:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.56.5" > ], > "mac": "c2:eb:7d:82:38:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:05Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:17Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.56.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:18Z" > name: nodevert-pod-55 > namespace: nodevertical-rerun-10 > resourceVersion: "1423074" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-55 > uid: b4747ee4-4e74-4956-9075-bd45a989a0f4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker086 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:18Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://941b1cbd127ad0baabf45899a810cef35685362dcaefe835417deb6d7a0e76d5 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:17Z" > hostIP: 192.168.222.99 > phase: Running > podIP: 10.130.56.5 > podIPs: > - ip: 10.130.56.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:05Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.20.4/23"],"mac_address":"c2:eb:7d:80:14:05","gateway_ips":["10.128.20.1"],"ip_address":"10.128.20.4/23","gateway_ip":"10.128.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.20.4" > ], > "mac": "c2:eb:7d:80:14:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.20.4" > ], > "mac": "c2:eb:7d:80:14:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:05Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:18Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.20.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:20Z" > name: nodevert-pod-56 > namespace: nodevertical-rerun-10 > resourceVersion: "1423223" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-56 > uid: 26e53105-ecae-42df-add6-0a07fe9b359e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker072 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://aeee364ced76a08a8af1ec546b60179abe4f00f45e3c8f51339020729a55179a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:19Z" > hostIP: 192.168.222.85 > phase: Running > podIP: 10.128.20.4 > podIPs: > - ip: 10.128.20.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:05Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.28.4/23"],"mac_address":"c2:eb:7d:82:1c:05","gateway_ips":["10.130.28.1"],"ip_address":"10.130.28.4/23","gateway_ip":"10.130.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.28.4" > ], > "mac": "c2:eb:7d:82:1c:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.28.4" > ], > "mac": "c2:eb:7d:82:1c:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:05Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:15Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.28.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:16Z" > name: nodevert-pod-57 > namespace: nodevertical-rerun-10 > resourceVersion: "1422986" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-57 > uid: 65deddf4-8f77-4bda-9f78-2f45fc40730e > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker068 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:16Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f378f6ceae4659faf1007f748804349fe7b629caf7003c73fc41189c6fa317aa > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:16Z" > hostIP: 192.168.222.81 > phase: Running > podIP: 10.130.28.4 > podIPs: > - ip: 10.130.28.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:05Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.30.5/23"],"mac_address":"c2:eb:7d:81:1e:06","gateway_ips":["10.129.30.1"],"ip_address":"10.129.30.5/23","gateway_ip":"10.129.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.30.5" > ], > "mac": "c2:eb:7d:81:1e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.30.5" > ], > "mac": "c2:eb:7d:81:1e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:05Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:16Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.30.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:17Z" > name: nodevert-pod-58 > namespace: nodevertical-rerun-10 > resourceVersion: "1423000" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-58 > uid: d8148bad-4bbb-4367-94db-5cdcf7af7ab6 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker067 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:17Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9d481d30215e434f26b6db9eb68f970e1037ba7347ce93ca6d26d80ebfffc765 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:16Z" > hostIP: 192.168.222.80 > phase: Running > podIP: 10.129.30.5 > podIPs: > - ip: 10.129.30.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:05Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.30.5/23"],"mac_address":"c2:eb:7d:80:1e:06","gateway_ips":["10.128.30.1"],"ip_address":"10.128.30.5/23","gateway_ip":"10.128.30.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.30.5" > ], > "mac": "c2:eb:7d:80:1e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.30.5" > ], > "mac": "c2:eb:7d:80:1e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:05Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:05Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:19Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.30.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:20Z" > name: nodevert-pod-59 > namespace: nodevertical-rerun-10 > resourceVersion: "1423204" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-59 > uid: 8239dc7c-afcb-4004-a409-370153205cb1 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker071 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:20Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:05Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://47dde837f74f8c751b17a8efa40f9d3d76ae7d3da0384b3ac8b9a04aa76d16ea > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:19Z" > hostIP: 192.168.222.84 > phase: Running > podIP: 10.128.30.5 > podIPs: > - ip: 10.128.30.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:05Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.10.4/23"],"mac_address":"c2:eb:7d:83:0a:05","gateway_ips":["10.131.10.1"],"ip_address":"10.131.10.4/23","gateway_ip":"10.131.10.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.10.4" > ], > "mac": "c2:eb:7d:83:0a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.10.4" > ], > "mac": "c2:eb:7d:83:0a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.10.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-6 > namespace: nodevertical-rerun-10 > resourceVersion: "1422093" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-6 > uid: dd1831e2-0e59-494b-8020-efeaa00a80af > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker059 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://96996d5e819deea1163c3725d5c7f057241c4c4e13203495f7bbbdb40c9fe57b > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.72 > phase: Running > podIP: 10.131.10.4 > podIPs: > - ip: 10.131.10.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.26.4/23"],"mac_address":"c2:eb:7d:82:1a:05","gateway_ips":["10.130.26.1"],"ip_address":"10.130.26.4/23","gateway_ip":"10.130.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.26.4" > ], > "mac": "c2:eb:7d:82:1a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.26.4" > ], > "mac": "c2:eb:7d:82:1a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:06Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:23Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.26.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:24Z" > name: nodevert-pod-60 > namespace: nodevertical-rerun-10 > resourceVersion: "1423508" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-60 > uid: a9eeab67-a3da-4be7-bfef-8e3c17937e10 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker064 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://2a72577b39b9fd6362de20aba999431627b642a4bf5a64f4ea219cffd23d7c44 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:24Z" > hostIP: 192.168.222.77 > phase: Running > podIP: 10.130.26.4 > podIPs: > - ip: 10.130.26.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:06Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.38.5/23"],"mac_address":"c2:eb:7d:83:26:06","gateway_ips":["10.131.38.1"],"ip_address":"10.131.38.5/23","gateway_ip":"10.131.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.38.5" > ], > "mac": "c2:eb:7d:83:26:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.38.5" > ], > "mac": "c2:eb:7d:83:26:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:06Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:20Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.38.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:21Z" > name: nodevert-pod-61 > namespace: nodevertical-rerun-10 > resourceVersion: "1423326" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-61 > uid: 632908f0-d72a-4c29-98a4-07b42885476a > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker102 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://2db13251b8773a3b450955774ee3dd664dbb5546362a6463a7cb14857d13bef9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:20Z" > hostIP: 192.168.222.115 > phase: Running > podIP: 10.131.38.5 > podIPs: > - ip: 10.131.38.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:06Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.42.4/23"],"mac_address":"c2:eb:7d:83:2a:05","gateway_ips":["10.131.42.1"],"ip_address":"10.131.42.4/23","gateway_ip":"10.131.42.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.42.4" > ], > "mac": "c2:eb:7d:83:2a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.42.4" > ], > "mac": "c2:eb:7d:83:2a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:06Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:20Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.42.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:22Z" > name: nodevert-pod-62 > namespace: nodevertical-rerun-10 > resourceVersion: "1423366" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-62 > uid: e73b4470-d9f3-46a3-835a-52c7150f0b17 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker076 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b643713c043b5f9509436bf7b3d5d3fa509e8abba12c13d96f58ef0304a772b6 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:21Z" > hostIP: 192.168.222.89 > phase: Running > podIP: 10.131.42.4 > podIPs: > - ip: 10.131.42.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:06Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.8.4/23"],"mac_address":"c2:eb:7d:83:08:05","gateway_ips":["10.131.8.1"],"ip_address":"10.131.8.4/23","gateway_ip":"10.131.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.8.4" > ], > "mac": "c2:eb:7d:83:08:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.8.4" > ], > "mac": "c2:eb:7d:83:08:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:06Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:23Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.8.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:25Z" > name: nodevert-pod-63 > namespace: nodevertical-rerun-10 > resourceVersion: "1423587" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-63 > uid: 542f671c-0629-4cad-b907-acd2a9bdf80f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker060 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a6e9552438d2dec17d44b129bdb4a6ab82d4b15c6a56e7c36a8692db13a46c49 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:25Z" > hostIP: 192.168.222.73 > phase: Running > podIP: 10.131.8.4 > podIPs: > - ip: 10.131.8.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:06Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.20.5/23"],"mac_address":"c2:eb:7d:81:14:06","gateway_ips":["10.129.20.1"],"ip_address":"10.129.20.5/23","gateway_ip":"10.129.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.20.5" > ], > "mac": "c2:eb:7d:81:14:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.20.5" > ], > "mac": "c2:eb:7d:81:14:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:06Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:06Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:20Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.20.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:21Z" > name: nodevert-pod-64 > namespace: nodevertical-rerun-10 > resourceVersion: "1423344" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-64 > uid: 4b4a6a8d-7585-4ec1-af9f-02c7720c1bc5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker061 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:21Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://454fc78324fab301df0b6d21b8e102ed47f2ad408287f76e81855924527b6d7d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:21Z" > hostIP: 192.168.222.74 > phase: Running > podIP: 10.129.20.5 > podIPs: > - ip: 10.129.20.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:06Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.14.4/23"],"mac_address":"c2:eb:7d:82:0e:05","gateway_ips":["10.130.14.1"],"ip_address":"10.130.14.4/23","gateway_ip":"10.130.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.14.4" > ], > "mac": "c2:eb:7d:82:0e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.14.4" > ], > "mac": "c2:eb:7d:82:0e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:07Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:14Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:23Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.14.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:25Z" > name: nodevert-pod-65 > namespace: nodevertical-rerun-10 > resourceVersion: "1423600" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-65 > uid: aad0f79a-0d11-4047-9f85-5bcf205a5019 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker036 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://07b70433ed312f0bbdacd9168fbef647d2bb93e8ab533d5617a06fdf4b2dffaa > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:25Z" > hostIP: 192.168.222.49 > phase: Running > podIP: 10.130.14.4 > podIPs: > - ip: 10.130.14.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:07Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.8.5/23"],"mac_address":"c2:eb:7d:80:08:06","gateway_ips":["10.128.8.1"],"ip_address":"10.128.8.5/23","gateway_ip":"10.128.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.8.5" > ], > "mac": "c2:eb:7d:80:08:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.8.5" > ], > "mac": "c2:eb:7d:80:08:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:07Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.8.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:24Z" > name: nodevert-pod-66 > namespace: nodevertical-rerun-10 > resourceVersion: "1423531" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-66 > uid: 4b02a69f-dab9-4613-9064-fbde8675a4b4 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker073 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:24Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://37cc4b58e486ce38caeead459f418f18d08b14442d20436f0b3c76cf232aca4c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:24Z" > hostIP: 192.168.222.86 > phase: Running > podIP: 10.128.8.5 > podIPs: > - ip: 10.128.8.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:07Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.48.5/23"],"mac_address":"c2:eb:7d:81:30:06","gateway_ips":["10.129.48.1"],"ip_address":"10.129.48.5/23","gateway_ip":"10.129.48.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.48.5" > ], > "mac": "c2:eb:7d:81:30:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.48.5" > ], > "mac": "c2:eb:7d:81:30:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:07Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:21Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.48.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:22Z" > name: nodevert-pod-67 > namespace: nodevertical-rerun-10 > resourceVersion: "1423346" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-67 > uid: c843f576-05df-4690-b2dd-64052278570c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker009 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:22Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://9d17b49b381c4c234f36ea9866abdeb3ce219b77287c89d8c04681f24183d951 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:21Z" > hostIP: 192.168.222.22 > phase: Running > podIP: 10.129.48.5 > podIPs: > - ip: 10.129.48.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:07Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.36.5/23"],"mac_address":"c2:eb:7d:83:24:06","gateway_ips":["10.131.36.1"],"ip_address":"10.131.36.5/23","gateway_ip":"10.131.36.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.36.5" > ], > "mac": "c2:eb:7d:83:24:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.36.5" > ], > "mac": "c2:eb:7d:83:24:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:07Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:24Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.36.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:26Z" > name: nodevert-pod-68 > namespace: nodevertical-rerun-10 > resourceVersion: "1423660" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-68 > uid: 61ac6c2d-7254-4eff-8bf2-0d710a2d40ff > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker098 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://0d907198a74677d75399cd98b0505278c1657ae3bec06a9f1a11778c6f8ae0ba > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:25Z" > hostIP: 192.168.222.111 > phase: Running > podIP: 10.131.36.5 > podIPs: > - ip: 10.131.36.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:07Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.24.4/23"],"mac_address":"c2:eb:7d:81:18:05","gateway_ips":["10.129.24.1"],"ip_address":"10.129.24.4/23","gateway_ip":"10.129.24.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.24.4" > ], > "mac": "c2:eb:7d:81:18:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.24.4" > ], > "mac": "c2:eb:7d:81:18:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:07Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:07Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:24Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.24.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:26Z" > name: nodevert-pod-69 > namespace: nodevertical-rerun-10 > resourceVersion: "1423668" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-69 > uid: cf269d17-636e-4723-ac97-79433421fdf7 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker055 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:07Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://a2c479010c68652af096e8891c629dcd4ad60068fcacf3739057d0821c8881c4 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:25Z" > hostIP: 192.168.222.68 > phase: Running > podIP: 10.129.24.4 > podIPs: > - ip: 10.129.24.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:07Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.52.4/23"],"mac_address":"c2:eb:7d:80:34:05","gateway_ips":["10.128.52.1"],"ip_address":"10.128.52.4/23","gateway_ip":"10.128.52.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.52.4" > ], > "mac": "c2:eb:7d:80:34:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.52.4" > ], > "mac": "c2:eb:7d:80:34:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.52.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-7 > namespace: nodevertical-rerun-10 > resourceVersion: "1422135" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-7 > uid: 37885f8a-8848-432f-a591-903bcfa6ded0 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker080 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://cfaaffd4d5e97e017f33c2cfc75ad032a071030dfaf2a6a5b732045a2d2f2836 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.93 > phase: Running > podIP: 10.128.52.4 > podIPs: > - ip: 10.128.52.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.26.4/23"],"mac_address":"c2:eb:7d:80:1a:05","gateway_ips":["10.128.26.1"],"ip_address":"10.128.26.4/23","gateway_ip":"10.128.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.26.4" > ], > "mac": "c2:eb:7d:80:1a:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.26.4" > ], > "mac": "c2:eb:7d:80:1a:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:08Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:25Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.26.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:26Z" > name: nodevert-pod-70 > namespace: nodevertical-rerun-10 > resourceVersion: "1423707" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-70 > uid: 461e8b9f-8ed8-4a29-b88e-aa7b9418611d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker035 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://4f5218dc0259c6fcf5fabf90c9823756a15702c3fbdf8c098387d77c3fb307e4 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:26Z" > hostIP: 192.168.222.48 > phase: Running > podIP: 10.128.26.4 > podIPs: > - ip: 10.128.26.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:08Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.54.4/23"],"mac_address":"c2:eb:7d:82:36:05","gateway_ips":["10.130.54.1"],"ip_address":"10.130.54.4/23","gateway_ip":"10.130.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.54.4" > ], > "mac": "c2:eb:7d:82:36:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.54.4" > ], > "mac": "c2:eb:7d:82:36:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:08Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:16Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:25Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.54.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:27Z" > name: nodevert-pod-71 > namespace: nodevertical-rerun-10 > resourceVersion: "1423768" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-71 > uid: c1cfd82e-f656-4b42-8496-6091d49cfe7b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker000 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:27Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://2f107cb27c057562f821beb061efab816159714916a195b357fe12811a449ae9 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:27Z" > hostIP: 192.168.222.13 > phase: Running > podIP: 10.130.54.4 > podIPs: > - ip: 10.130.54.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:08Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.18.5/23"],"mac_address":"c2:eb:7d:82:12:06","gateway_ips":["10.130.18.1"],"ip_address":"10.130.18.5/23","gateway_ip":"10.130.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.18.5" > ], > "mac": "c2:eb:7d:82:12:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.18.5" > ], > "mac": "c2:eb:7d:82:12:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:08Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:24Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.18.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:25Z" > name: nodevert-pod-72 > namespace: nodevertical-rerun-10 > resourceVersion: "1423567" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-72 > uid: 6c8f9568-2dc2-4887-9552-6f2da838a7fa > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker045 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:25Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://92590d82cceebfdf1b9c9f480bd9d0cbe2baa676d48bd5d86556a8d0022e710d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:24Z" > hostIP: 192.168.222.58 > phase: Running > podIP: 10.130.18.5 > podIPs: > - ip: 10.130.18.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:08Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.56.4/23"],"mac_address":"c2:eb:7d:80:38:05","gateway_ips":["10.128.56.1"],"ip_address":"10.128.56.4/23","gateway_ip":"10.128.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.56.4" > ], > "mac": "c2:eb:7d:80:38:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.56.4" > ], > "mac": "c2:eb:7d:80:38:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:08Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:24Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.56.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:26Z" > name: nodevert-pod-73 > namespace: nodevertical-rerun-10 > resourceVersion: "1423711" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-73 > uid: 7a1bccb8-5263-4229-82da-665d2b82eb2d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker048 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://8ebaec78ed76bbc029373bf0de99e12ebf98424688b9aa7dd256654564261b55 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:26Z" > hostIP: 192.168.222.61 > phase: Running > podIP: 10.128.56.4 > podIPs: > - ip: 10.128.56.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:08Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.24.5/23"],"mac_address":"c2:eb:7d:81:18:06","gateway_ips":["10.129.24.1"],"ip_address":"10.129.24.5/23","gateway_ip":"10.129.24.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.24.5" > ], > "mac": "c2:eb:7d:81:18:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.24.5" > ], > "mac": "c2:eb:7d:81:18:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:08Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:08Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:17Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:25Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.24.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:26Z" > name: nodevert-pod-74 > namespace: nodevertical-rerun-10 > resourceVersion: "1423669" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-74 > uid: 7974a53b-c4b1-472e-a6ce-ebf2faa4e3ae > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker055 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:26Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:08Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://751434b46f2113de65129a019a5a53110f3995770e28108b834b7ecce5d21c94 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:25Z" > hostIP: 192.168.222.68 > phase: Running > podIP: 10.129.24.5 > podIPs: > - ip: 10.129.24.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:08Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.54.5/23"],"mac_address":"c2:eb:7d:82:36:06","gateway_ips":["10.130.54.1"],"ip_address":"10.130.54.5/23","gateway_ip":"10.130.54.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.54.5" > ], > "mac": "c2:eb:7d:82:36:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.54.5" > ], > "mac": "c2:eb:7d:82:36:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:09Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:18Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.54.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:31Z" > name: nodevert-pod-75 > namespace: nodevertical-rerun-10 > resourceVersion: "1424045" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-75 > uid: 5e22d9d1-b4db-46d7-879f-c744544f466b > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker000 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://d57ca2ba7a8face290edf7e8d3943469d9787d4a7df877a52b43dcd9dd41f76f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:31Z" > hostIP: 192.168.222.13 > phase: Running > podIP: 10.130.54.5 > podIPs: > - ip: 10.130.54.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:09Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.40.5/23"],"mac_address":"c2:eb:7d:82:28:06","gateway_ips":["10.130.40.1"],"ip_address":"10.130.40.5/23","gateway_ip":"10.130.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.40.5" > ], > "mac": "c2:eb:7d:82:28:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.40.5" > ], > "mac": "c2:eb:7d:82:28:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:09Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:20Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:28Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.40.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:29Z" > name: nodevert-pod-76 > namespace: nodevertical-rerun-10 > resourceVersion: "1423856" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-76 > uid: 9dccdc2e-c812-4b57-a0fa-483e7a82772d > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker033 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:29Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://46192961abf8c20adcada0c4ea9822f964a1d9bd1b185fada7c53c2872901d41 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:28Z" > hostIP: 192.168.222.46 > phase: Running > podIP: 10.130.40.5 > podIPs: > - ip: 10.130.40.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:09Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.56.5/23"],"mac_address":"c2:eb:7d:80:38:06","gateway_ips":["10.128.56.1"],"ip_address":"10.128.56.5/23","gateway_ip":"10.128.56.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.56.5" > ], > "mac": "c2:eb:7d:80:38:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.56.5" > ], > "mac": "c2:eb:7d:80:38:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:09Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:21Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.56.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > name: nodevert-pod-77 > namespace: nodevertical-rerun-10 > resourceVersion: "1424144" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-77 > uid: 523ff5b7-7d3a-492e-923d-12b09cafe927 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker048 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://31bf71e577b845bbb7d1f0a654f03ded0e7038a92750347d61fc3991f27beacb > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:32Z" > hostIP: 192.168.222.61 > phase: Running > podIP: 10.128.56.5 > podIPs: > - ip: 10.128.56.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:09Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.46.5/23"],"mac_address":"c2:eb:7d:80:2e:06","gateway_ips":["10.128.46.1"],"ip_address":"10.128.46.5/23","gateway_ip":"10.128.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.46.5" > ], > "mac": "c2:eb:7d:80:2e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.46.5" > ], > "mac": "c2:eb:7d:80:2e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:09Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.46.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > name: nodevert-pod-78 > namespace: nodevertical-rerun-10 > resourceVersion: "1424204" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-78 > uid: 9fe4b5d3-e281-4049-9027-e2ca4c5d3ad5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker001 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://867840cd14d0872a4856b1327faa761347b9b878f8c6fb37b13dda05f325dd40 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:32Z" > hostIP: 192.168.222.14 > phase: Running > podIP: 10.128.46.5 > podIPs: > - ip: 10.128.46.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:09Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.128.32.5/23"],"mac_address":"c2:eb:7d:80:20:06","gateway_ips":["10.128.32.1"],"ip_address":"10.128.32.5/23","gateway_ip":"10.128.32.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.32.5" > ], > "mac": "c2:eb:7d:80:20:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.128.32.5" > ], > "mac": "c2:eb:7d:80:20:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:09Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:09Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.128.32.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > name: nodevert-pod-79 > namespace: nodevertical-rerun-10 > resourceVersion: "1424162" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-79 > uid: a96218f6-14f1-40bf-a60a-119a79d7bb82 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker081 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:09Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7ff4f9d7f7a6598b0114e62c52be5a838d9b429f847bf98c267dfbc8ceabbd1c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:32Z" > hostIP: 192.168.222.94 > phase: Running > podIP: 10.128.32.5 > podIPs: > - ip: 10.128.32.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:09Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.18.4/23"],"mac_address":"c2:eb:7d:83:12:05","gateway_ips":["10.131.18.1"],"ip_address":"10.131.18.4/23","gateway_ip":"10.131.18.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.18.4" > ], > "mac": "c2:eb:7d:83:12:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.18.4" > ], > "mac": "c2:eb:7d:83:12:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:05Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.18.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-8 > namespace: nodevertical-rerun-10 > resourceVersion: "1422118" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-8 > uid: 0e6e1f5c-4e21-4430-8d25-e4ef0310ea5c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker047 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b06831c3170666296137176d41541ef69c13ca462783127c06ac684faafd4a6c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:06Z" > hostIP: 192.168.222.60 > phase: Running > podIP: 10.131.18.4 > podIPs: > - ip: 10.131.18.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.6.4/23"],"mac_address":"c2:eb:7d:81:06:05","gateway_ips":["10.129.6.1"],"ip_address":"10.129.6.4/23","gateway_ip":"10.129.6.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.6.4" > ], > "mac": "c2:eb:7d:81:06:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.6.4" > ], > "mac": "c2:eb:7d:81:06:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:10Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:28Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.6.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > name: nodevert-pod-80 > namespace: nodevertical-rerun-10 > resourceVersion: "1424002" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-80 > uid: 8608fc2d-475c-4d1e-b63c-ea7f0e4d02fc > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker063 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://7e42335e5ff7d3fdf36810e64741d80a9b8ed38e6ef21f237b4883e273fc7189 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:30Z" > hostIP: 192.168.222.76 > phase: Running > podIP: 10.129.6.4 > podIPs: > - ip: 10.129.6.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:10Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.46.4/23"],"mac_address":"c2:eb:7d:83:2e:05","gateway_ips":["10.131.46.1"],"ip_address":"10.131.46.4/23","gateway_ip":"10.131.46.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.46.4" > ], > "mac": "c2:eb:7d:83:2e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.46.4" > ], > "mac": "c2:eb:7d:83:2e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:10Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:31Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.46.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > name: nodevert-pod-81 > namespace: nodevertical-rerun-10 > resourceVersion: "1424161" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-81 > uid: 2d5e8ba9-b6ef-4fd7-b829-9f164345260c > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker092 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://ecaa63edf90509a05b64b96e84b5e5ade20a2d70f44c7b4236ad2f63690cbd1f > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:32Z" > hostIP: 192.168.222.105 > phase: Running > podIP: 10.131.46.4 > podIPs: > - ip: 10.131.46.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:10Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.8.4/23"],"mac_address":"c2:eb:7d:82:08:05","gateway_ips":["10.130.8.1"],"ip_address":"10.130.8.4/23","gateway_ip":"10.130.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.8.4" > ], > "mac": "c2:eb:7d:82:08:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.8.4" > ], > "mac": "c2:eb:7d:82:08:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:10Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:29Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.8.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > name: nodevert-pod-82 > namespace: nodevertical-rerun-10 > resourceVersion: "1424040" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-82 > uid: 235af869-e923-49b1-a245-0bb234e807a9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker019 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://6a84ae0cceebc071173e472419e88ff70ad3c5aa26040c2d91c24b66fdf30966 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:30Z" > hostIP: 192.168.222.32 > phase: Running > podIP: 10.130.8.4 > podIPs: > - ip: 10.130.8.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:10Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.16.4/23"],"mac_address":"c2:eb:7d:82:10:05","gateway_ips":["10.130.16.1"],"ip_address":"10.130.16.4/23","gateway_ip":"10.130.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.16.4" > ], > "mac": "c2:eb:7d:82:10:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.16.4" > ], > "mac": "c2:eb:7d:82:10:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:10Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:22Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:33Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.16.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > name: nodevert-pod-83 > namespace: nodevertical-rerun-10 > resourceVersion: "1424307" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-83 > uid: dfaca954-7b2d-492b-8598-60c88efedddb > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker026 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://c17854b24081a7d90fc1b70017e7ebc326c0923b699def96b7b64b35c4c01a0d > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:34Z" > hostIP: 192.168.222.39 > phase: Running > podIP: 10.130.16.4 > podIPs: > - ip: 10.130.16.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:10Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.50.4/23"],"mac_address":"c2:eb:7d:81:32:05","gateway_ips":["10.129.50.1"],"ip_address":"10.129.50.4/23","gateway_ip":"10.129.50.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.50.4" > ], > "mac": "c2:eb:7d:81:32:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.50.4" > ], > "mac": "c2:eb:7d:81:32:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:10Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:10Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.50.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:33Z" > name: nodevert-pod-84 > namespace: nodevertical-rerun-10 > resourceVersion: "1424209" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-84 > uid: b9272e3b-2a8b-44ba-b50a-2d41b8c00579 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker052 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:33Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:10Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://4c8bc10087f654912308cf80722bf293ff8b01d7c32efffabb55f2350fe17b11 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:33Z" > hostIP: 192.168.222.65 > phase: Running > podIP: 10.129.50.4 > podIPs: > - ip: 10.129.50.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:10Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.14.4/23"],"mac_address":"c2:eb:7d:83:0e:05","gateway_ips":["10.131.14.1"],"ip_address":"10.131.14.4/23","gateway_ip":"10.131.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.14.4" > ], > "mac": "c2:eb:7d:83:0e:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.14.4" > ], > "mac": "c2:eb:7d:83:0e:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:11Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.14.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > name: nodevert-pod-85 > namespace: nodevertical-rerun-10 > resourceVersion: "1424269" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-85 > uid: 3ac7acb1-0bcf-4b4f-b768-11892a741fb5 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker023 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://5824c60965453ffed8102fc8983d2765e1871e25c75db01e5e4fcfc8dac88399 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:34Z" > hostIP: 192.168.222.36 > phase: Running > podIP: 10.131.14.4 > podIPs: > - ip: 10.131.14.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:11Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.16.5/23"],"mac_address":"c2:eb:7d:83:10:06","gateway_ips":["10.131.16.1"],"ip_address":"10.131.16.5/23","gateway_ip":"10.131.16.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.16.5" > ], > "mac": "c2:eb:7d:83:10:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.16.5" > ], > "mac": "c2:eb:7d:83:10:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:11Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:33Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.16.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > name: nodevert-pod-86 > namespace: nodevertical-rerun-10 > resourceVersion: "1424266" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-86 > uid: 45ece98a-403f-410a-89dc-4085b8d2e857 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker043 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://e149f1eb776cb3ad2b023854b7db555fd8ac9af30d177e03b030c1e63a77688c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:33Z" > hostIP: 192.168.222.56 > phase: Running > podIP: 10.131.16.5 > podIPs: > - ip: 10.131.16.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:11Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.8.5/23"],"mac_address":"c2:eb:7d:82:08:06","gateway_ips":["10.130.8.1"],"ip_address":"10.130.8.5/23","gateway_ip":"10.130.8.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.8.5" > ], > "mac": "c2:eb:7d:82:08:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.8.5" > ], > "mac": "c2:eb:7d:82:08:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:11Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:31Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.8.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:32Z" > name: nodevert-pod-87 > namespace: nodevertical-rerun-10 > resourceVersion: "1424130" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-87 > uid: cbfa2ac8-20a4-416b-91c4-24a5f3b551c3 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker019 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:32Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f9d3f3ae0f49fa0d8f986a0acec39d77703cb57bb1caf215b6d6465bb0b08975 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:32Z" > hostIP: 192.168.222.32 > phase: Running > podIP: 10.130.8.5 > podIPs: > - ip: 10.130.8.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:11Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.14.5/23"],"mac_address":"c2:eb:7d:83:0e:06","gateway_ips":["10.131.14.1"],"ip_address":"10.131.14.5/23","gateway_ip":"10.131.14.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.14.5" > ], > "mac": "c2:eb:7d:83:0e:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.14.5" > ], > "mac": "c2:eb:7d:83:0e:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:11Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:24Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:32Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.14.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > name: nodevert-pod-88 > namespace: nodevertical-rerun-10 > resourceVersion: "1424268" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-88 > uid: 4ad24f44-ac42-4159-9baf-04223fd68b04 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker023 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://3020e0abee531d9d110c797b05ed3133d3903588643f1a9467a26e9a4bab3844 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:34Z" > hostIP: 192.168.222.36 > phase: Running > podIP: 10.131.14.5 > podIPs: > - ip: 10.131.14.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:11Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.38.5/23"],"mac_address":"c2:eb:7d:82:26:06","gateway_ips":["10.130.38.1"],"ip_address":"10.130.38.5/23","gateway_ip":"10.130.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.38.5" > ], > "mac": "c2:eb:7d:82:26:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.38.5" > ], > "mac": "c2:eb:7d:82:26:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:11Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:11Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:30Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.38.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:31Z" > name: nodevert-pod-89 > namespace: nodevertical-rerun-10 > resourceVersion: "1424032" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-89 > uid: c3772b18-4f9b-42c5-b5d5-172950b58d48 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker074 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:31Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:11Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://6d6bbac57fc3bec5b38ec1b00cb769eaa47d39cdf88192090738261e24145397 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:31Z" > hostIP: 192.168.222.87 > phase: Running > podIP: 10.130.38.5 > podIPs: > - ip: 10.130.38.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:11Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.40.4/23"],"mac_address":"c2:eb:7d:81:28:05","gateway_ips":["10.129.40.1"],"ip_address":"10.129.40.4/23","gateway_ip":"10.129.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.40.4" > ], > "mac": "c2:eb:7d:81:28:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.40.4" > ], > "mac": "c2:eb:7d:81:28:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:30:55Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:30:55Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:30:57Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:04Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.40.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:06Z" > name: nodevert-pod-9 > namespace: nodevertical-rerun-10 > resourceVersion: "1422102" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-9 > uid: 78338fc5-18cc-4bed-90bc-10dcedaddb90 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker070 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:06Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:30:55Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://43c89e956d9f035b9df1756766a50c6cdbed318a31c11b1501f08bacf7739d05 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:05Z" > hostIP: 192.168.222.83 > phase: Running > podIP: 10.129.40.4 > podIPs: > - ip: 10.129.40.4 > qosClass: BestEffort > startTime: "2020-08-18T06:30:55Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.12.5/23"],"mac_address":"c2:eb:7d:83:0c:06","gateway_ips":["10.131.12.1"],"ip_address":"10.131.12.5/23","gateway_ip":"10.131.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.12.5" > ], > "mac": "c2:eb:7d:83:0c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.12.5" > ], > "mac": "c2:eb:7d:83:0c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:12Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:12Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:25Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:34Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.12.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:35Z" > name: nodevert-pod-90 > namespace: nodevertical-rerun-10 > resourceVersion: "1424343" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-90 > uid: 462127a8-c894-4eda-9bc6-97a92e8bad20 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker028 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:35Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://bfc8b93c190ad47ef04f60dcd8e9199254d5d212086a4427bd03ea9bdb492fef > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:34Z" > hostIP: 192.168.222.41 > phase: Running > podIP: 10.131.12.5 > podIPs: > - ip: 10.131.12.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:12Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.38.4/23"],"mac_address":"c2:eb:7d:81:26:05","gateway_ips":["10.129.38.1"],"ip_address":"10.129.38.4/23","gateway_ip":"10.129.38.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.38.4" > ], > "mac": "c2:eb:7d:81:26:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.38.4" > ], > "mac": "c2:eb:7d:81:26:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:12Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:12Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:40Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.38.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:42Z" > name: nodevert-pod-91 > namespace: nodevertical-rerun-10 > resourceVersion: "1424814" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-91 > uid: c8ecab80-edaa-4162-b50a-25db2bb04b80 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker088 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:42Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://c8f034bd8a36649eec859674e2758e10fe63aeef7a6a71a619ffc1dcb3d8480a > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:42Z" > hostIP: 192.168.222.101 > phase: Running > podIP: 10.129.38.4 > podIPs: > - ip: 10.129.38.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:12Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.26.5/23"],"mac_address":"c2:eb:7d:81:1a:06","gateway_ips":["10.129.26.1"],"ip_address":"10.129.26.5/23","gateway_ip":"10.129.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.26.5" > ], > "mac": "c2:eb:7d:81:1a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.26.5" > ], > "mac": "c2:eb:7d:81:1a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:12Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:12Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:42Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.26.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:43Z" > name: nodevert-pod-92 > namespace: nodevertical-rerun-10 > resourceVersion: "1424859" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-92 > uid: ef1f2333-796e-4743-8b45-90f68b0f00d8 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker038 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:43Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://52022af0d86b4e3f89c2914d654b04166b8ed44680066fe8eacfa1ce0214214e > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:42Z" > hostIP: 192.168.222.51 > phase: Running > podIP: 10.129.26.5 > podIPs: > - ip: 10.129.26.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:12Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.12.5/23"],"mac_address":"c2:eb:7d:81:0c:06","gateway_ips":["10.129.12.1"],"ip_address":"10.129.12.5/23","gateway_ip":"10.129.12.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.12.5" > ], > "mac": "c2:eb:7d:81:0c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.12.5" > ], > "mac": "c2:eb:7d:81:0c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:12Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:12Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:35Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.12.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:36Z" > name: nodevert-pod-93 > namespace: nodevertical-rerun-10 > resourceVersion: "1424415" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-93 > uid: a4c6a4a6-01e6-4cf5-946b-cfccdaef8915 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker093 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:36Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://f58ea2dfb30aa8cb7c5e713835435c87a376920884c043e01f23f432af620002 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:35Z" > hostIP: 192.168.222.106 > phase: Running > podIP: 10.129.12.5 > podIPs: > - ip: 10.129.12.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:12Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.20.5/23"],"mac_address":"c2:eb:7d:82:14:06","gateway_ips":["10.130.20.1"],"ip_address":"10.130.20.5/23","gateway_ip":"10.130.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.20.5" > ], > "mac": "c2:eb:7d:82:14:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.20.5" > ], > "mac": "c2:eb:7d:82:14:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:12Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:12Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:33Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.20.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:34Z" > name: nodevert-pod-94 > namespace: nodevertical-rerun-10 > resourceVersion: "1424285" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-94 > uid: 4710f416-5075-45dc-bb62-a428a6099863 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker082 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:34Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:12Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://b6e251dfa6ad60f4d251d624ae34dadbc4d40983662d031a977be933a8d4f03c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:34Z" > hostIP: 192.168.222.95 > phase: Running > podIP: 10.130.20.5 > podIPs: > - ip: 10.130.20.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:12Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.20.4/23"],"mac_address":"c2:eb:7d:83:14:05","gateway_ips":["10.131.20.1"],"ip_address":"10.131.20.4/23","gateway_ip":"10.131.20.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.20.4" > ], > "mac": "c2:eb:7d:83:14:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.20.4" > ], > "mac": "c2:eb:7d:83:14:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:13Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:26Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:35Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.20.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:37Z" > name: nodevert-pod-95 > namespace: nodevertical-rerun-10 > resourceVersion: "1424497" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-95 > uid: 701573c4-e364-4bb5-bd77-b938b48cbd01 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker046 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:37Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://87553a1aeb6081015c137a85e207ebb19f563753a8d3528f4f55a676fc98109c > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:36Z" > hostIP: 192.168.222.59 > phase: Running > podIP: 10.131.20.4 > podIPs: > - ip: 10.131.20.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:13Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.28.5/23"],"mac_address":"c2:eb:7d:81:1c:06","gateway_ips":["10.129.28.1"],"ip_address":"10.129.28.5/23","gateway_ip":"10.129.28.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.28.5" > ], > "mac": "c2:eb:7d:81:1c:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.28.5" > ], > "mac": "c2:eb:7d:81:1c:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:13Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:43Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.28.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-96 > namespace: nodevertical-rerun-10 > resourceVersion: "1424945" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-96 > uid: 8063b671-8c06-4868-acb4-70584e92f507 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker100 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://49433c26375ad08acdca1588899a2ae5b55bd46c7136b24ad23353bd10093764 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.113 > phase: Running > podIP: 10.129.28.5 > podIPs: > - ip: 10.129.28.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:13Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.131.40.4/23"],"mac_address":"c2:eb:7d:83:28:05","gateway_ips":["10.131.40.1"],"ip_address":"10.131.40.4/23","gateway_ip":"10.131.40.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.40.4" > ], > "mac": "c2:eb:7d:83:28:05", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.131.40.4" > ], > "mac": "c2:eb:7d:83:28:05", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:13Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:42Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.131.40.4"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:44Z" > name: nodevert-pod-97 > namespace: nodevertical-rerun-10 > resourceVersion: "1424999" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-97 > uid: 40b0dea4-a460-4526-b883-f978638bd43f > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker039 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:44Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://3b06674794ce6eebacf303ef3c9c9c14667112fb0a60095ca20582297344bbc6 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.52 > phase: Running > podIP: 10.131.40.4 > podIPs: > - ip: 10.131.40.4 > qosClass: BestEffort > startTime: "2020-08-18T06:31:13Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.129.22.5/23"],"mac_address":"c2:eb:7d:81:16:06","gateway_ips":["10.129.22.1"],"ip_address":"10.129.22.5/23","gateway_ip":"10.129.22.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.22.5" > ], > "mac": "c2:eb:7d:81:16:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.129.22.5" > ], > "mac": "c2:eb:7d:81:16:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:13Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:43Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.129.22.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-98 > namespace: nodevertical-rerun-10 > resourceVersion: "1425066" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-98 > uid: 0ea36a9f-d5dd-42c2-9604-883560de5af9 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker101 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://aae0e05e7d93ecc1f9ad0d594f553b37caf739d3ab8790751b5c8e9f7bb9b025 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.114 > phase: Running > podIP: 10.129.22.5 > podIPs: > - ip: 10.129.22.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:13Z" >- apiVersion: v1 > kind: Pod > metadata: > annotations: > k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.26.5/23"],"mac_address":"c2:eb:7d:82:1a:06","gateway_ips":["10.130.26.1"],"ip_address":"10.130.26.5/23","gateway_ip":"10.130.26.1"}}' > k8s.v1.cni.cncf.io/network-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.26.5" > ], > "mac": "c2:eb:7d:82:1a:06", > "default": true, > "dns": {} > }] > k8s.v1.cni.cncf.io/networks-status: |- > [{ > "name": "ovn-kubernetes", > "interface": "eth0", > "ips": [ > "10.130.26.5" > ], > "mac": "c2:eb:7d:82:1a:06", > "default": true, > "dns": {} > }] > openshift.io/scc: privileged > creationTimestamp: "2020-08-18T06:31:13Z" > labels: > purpose: test > managedFields: > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:labels: > .: {} > f:purpose: {} > f:spec: > f:containers: > k:{"name":"nodevert"}: > .: {} > f:image: {} > f:imagePullPolicy: {} > f:name: {} > f:ports: > .: {} > k:{"containerPort":8080,"protocol":"TCP"}: > .: {} > f:containerPort: {} > f:protocol: {} > f:resources: {} > f:securityContext: > .: {} > f:privileged: {} > f:terminationMessagePath: {} > f:terminationMessagePolicy: {} > f:dnsPolicy: {} > f:enableServiceLinks: {} > f:nodeSelector: > .: {} > f:nodevertical: {} > f:restartPolicy: {} > f:schedulerName: {} > f:securityContext: {} > f:terminationGracePeriodSeconds: {} > manager: openshift-tests > operation: Update > time: "2020-08-18T06:31:13Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.ovn.org/pod-networks: {} > manager: ovnkube > operation: Update > time: "2020-08-18T06:31:28Z" > - apiVersion: v1 > fieldsType: FieldsV1 > fieldsV1: > f:metadata: > f:annotations: > f:k8s.v1.cni.cncf.io/network-status: {} > f:k8s.v1.cni.cncf.io/networks-status: {} > manager: multus > operation: Update > time: "2020-08-18T06:31:44Z" > - 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":"Ready"}: > .: {} > f:lastProbeTime: {} > f:lastTransitionTime: {} > f:status: {} > f:type: {} > f:containerStatuses: {} > f:hostIP: {} > f:phase: {} > f:podIP: {} > f:podIPs: > .: {} > k:{"ip":"10.130.26.5"}: > .: {} > f:ip: {} > f:startTime: {} > manager: kubelet > operation: Update > time: "2020-08-18T06:31:45Z" > name: nodevert-pod-99 > namespace: nodevertical-rerun-10 > resourceVersion: "1425060" > selfLink: /api/v1/namespaces/nodevertical-rerun-10/pods/nodevert-pod-99 > uid: 0d6ca7bd-6b94-4e9a-b84f-ebfbbdb34347 > spec: > containers: > - image: gcr.io/google_containers/pause-amd64:3.0 > imagePullPolicy: IfNotPresent > name: nodevert > ports: > - containerPort: 8080 > protocol: TCP > resources: {} > securityContext: > capabilities: > drop: > - MKNOD > privileged: false > terminationMessagePath: /dev/termination-log > terminationMessagePolicy: File > volumeMounts: > - mountPath: /var/run/secrets/kubernetes.io/serviceaccount > name: default-token-965qk > readOnly: true > dnsPolicy: ClusterFirst > enableServiceLinks: true > imagePullSecrets: > - name: default-dockercfg-8vlc4 > nodeName: worker064 > nodeSelector: > node-role.kubernetes.io/worker: "" > nodevertical: "true" > priority: 0 > restartPolicy: Always > schedulerName: default-scheduler > securityContext: > seLinuxOptions: > level: s0:c24,c19 > serviceAccount: default > serviceAccountName: default > terminationGracePeriodSeconds: 30 > tolerations: > - 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: default-token-965qk > secret: > defaultMode: 420 > secretName: default-token-965qk > status: > conditions: > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: Initialized > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: Ready > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:45Z" > status: "True" > type: ContainersReady > - lastProbeTime: null > lastTransitionTime: "2020-08-18T06:31:13Z" > status: "True" > type: PodScheduled > containerStatuses: > - containerID: cri-o://3feff19ce9d773c1e1145b8dec576fec2883b748a3185146ec4475f4a7f57e53 > image: gcr.io/google_containers/pause-amd64:3.0 > imageID: gcr.io/google_containers/pause-amd64@sha256:163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 > lastState: {} > name: nodevert > ready: true > restartCount: 0 > started: true > state: > running: > startedAt: "2020-08-18T06:31:44Z" > hostIP: 192.168.222.77 > phase: Running > podIP: 10.130.26.5 > podIPs: > - ip: 10.130.26.5 > qosClass: BestEffort > startTime: "2020-08-18T06:31:13Z" >kind: List >metadata: > resourceVersion: "" > selfLink: ""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1868645
:
1711685
| 1711686 |
1711707