Skip to content

Bootstrap of OKD 4.7 with IPI on vmware fails for okd-2021-06-04-191031 #680

Description

@ronnessim

This may be similar to issue #557 but this case seems to have a different root cause based on the logs observed.

Description
We are trying to create a basic IPI cluster as a test on vmware. Using a similar install-config.yaml on AWS worked fine, but once the same config is switched over to VMware 6.7, the installation fails consistently. The installation log from the console shows the following errors:

Install Shell

# ./openshift-install create cluster --dir=testcluster
INFO Consuming OpenShift Install (Manifests) from target directory
INFO Consuming Common Manifests from target directory
INFO Consuming Master Machines from target directory
INFO Consuming Worker Machines from target directory
INFO Consuming Openshift Manifests from target directory
INFO Obtaining RHCOS image file from 'https://builds.coreos.fedoraproject.org/prod/streams/stable/builds/33.20210217.3.0/x86_64/fedora-coreos-33.20210217.3.0-vmware.x86_64.ova?sha256=3856ff9b1faa3210c0d8bcb10b4d481974fbdcd92204f1632bda66da313fa18c'
INFO Creating infrastructure resources...
INFO Waiting up to 20m0s for the Kubernetes API at https://api.:6443...
INFO API v1.20.0-1077+2817867655bb7b-dirty up
INFO Waiting up to 30m0s for bootstrapping to complete...
ERROR Attempted to gather ClusterOperator status after installation failure: listing ClusterOperator objects: Get "https://api.domain.com:6443/apis/config.openshift.io/v1/clusteroperators": dial tcp a.b.c.d:6443: connect: connection refused
INFO Pulling debug logs from the bootstrap machine
INFO Bootstrap gather logs captured here "/home/[folder-path]/log-bundle-20210609184417.tar.gz"
FATAL Bootstrap failed to complete: failed to wait for bootstrapping to complete: timed out waiting for the condition

Version
This has been happening since OKD 4.5, but was tested yesterday with okd-2021-06-04-191031 and was confirmed to still have the same issue.

How reproducible
This happens 100% of the time (attempted 3 times, with a fresh installation of FC 33 on the machine running the installer). The install-config used can be found below:

apiVersion: v1
baseDomain: REMOVED
compute:
- hyperthreading: Enabled
  name: worker
  node-type.kubernetes.io/worker: ''
  replicas: 3
  metadata:
    labels:
      node-type.kubernetes.io/worker: ''
  platform:
    vsphere:
      cpus: 4
      coresPerSocket: 1
      memoryMB: 16384
      osDisk:
        diskSizeGB: 250
controlPlane:
  hyperthreading: Enabled
  name: master
  replicas: 3
  platform:
    vsphere:
      cpus: 4
      coresPerSocket: 1
metadata:
  name: summit-testcluster-infra
platform:
  vsphere:
    vcenter: REMOVED
    username: REMOVED
    password: REMOVED
    datacenter: REMOVED
    cluster: eng
    network: REMOVED
    apiVIP: REMOVED
    ingressVIP: REMOVED
    defaultDatastore: REMOVED
fips: false
pullSecret: '{"auths":{"fake":{"auth": "Zm9vOmJhcgo="}}}'
sshKey: 'ssh-rsa REMOVED'

Log bundle
The log bundle will take some time to sanitize. In the meantime, the bootkube log appears to have some indications of the failures that occurred:

[core@localhost ~]$  journalctl -b -f -u release-image.service -u bootkube.service
-- Journal begins at Wed 2021-06-09 21:28:06 UTC. --
Jun 09 21:36:15 localhost bootkube.sh[6046]: I0609 21:36:15.422751       1 request.go:645] Throttling request took 1.386884675s, request: GET:https://localhost:6443/apis/events.k8s.io/v1?timeout=32s
Jun 09 21:36:25 localhost bootkube.sh[6046]: I0609 21:36:25.422740       1 request.go:645] Throttling request took 11.384982117s, request: GET:https://localhost:6443/apis/migration.k8s.io/v1alpha1?timeout=32s
Jun 09 21:36:26 localhost bootkube.sh[6046]: Created "99_openshift-cluster-api_master-machines-0.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-0 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Updated status for "99_openshift-cluster-api_master-machines-0.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-0 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Created "99_openshift-cluster-api_master-machines-1.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-1 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Updated status for "99_openshift-cluster-api_master-machines-1.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-1 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Created "99_openshift-cluster-api_master-machines-2.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-2 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Updated status for "99_openshift-cluster-api_master-machines-2.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-2 -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Created "99_openshift-cluster-api_worker-machineset-0.yaml" machinesets.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-worker -n openshift-machine-api
Jun 09 21:36:26 localhost bootkube.sh[6046]: Updated status for "99_openshift-cluster-api_worker-machineset-0.yaml" machinesets.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-worker -n openshift-machine-api
Jun 09 21:53:48 localhost bootkube.sh[6046]:         Pod Status:openshift-kube-apiserver/kube-apiserver        DoesNotExist
Jun 09 21:53:48 localhost bootkube.sh[6046]:         Pod Status:openshift-kube-scheduler/openshift-kube-scheduler        Pending
Jun 09 21:53:48 localhost bootkube.sh[6046]:         Pod Status:openshift-kube-controller-manager/kube-controller-manager        DoesNotExist
Jun 09 21:53:48 localhost bootkube.sh[6046]:         Pod Status:openshift-cluster-version/cluster-version-operator        Pending
Jun 09 21:54:08 localhost bootkube.sh[6046]: Error: error while checking pod status: timed out waiting for the condition
Jun 09 21:54:08 localhost bootkube.sh[6046]: Tearing down temporary bootstrap control plane...
Jun 09 21:54:08 localhost bootkube.sh[6046]: Error: error while checking pod status: timed out waiting for the condition
Jun 09 21:54:08 localhost podman[6046]: 2021-06-09 21:54:08.733372425 +0000 UTC m=+1203.910306994 container died a236eb9104832a8e126c3bc1fe3317c5e554e3641246af028f3d5832ad8e2a77 (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=focused_jennings)
Jun 09 21:54:17 localhost podman[6046]: 2021-06-09 21:54:17.675195189 +0000 UTC m=+1212.852129688 container remove a236eb9104832a8e126c3bc1fe3317c5e554e3641246af028f3d5832ad8e2a77 (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=focused_jennings, vendor=Red Hat, Inc., com.redhat.component=openshift-enterprise-base-container, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.date=, name=openshift/ose-base, io.k8s.display-name=OpenShift Base, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.namespace=, io.openshift.build.commit.message=, io.openshift.build.commit.author=, io.openshift.tags=base rhel8, distribution-scope=public, io.openshift.expose-services=, maintainer=Red Hat, Inc., release=202101090039.11723, io.openshift.build.source-location=https://github.com/openshift/cluster-bootstrap, io.openshift.build.commit.ref=master, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, com.redhat.license_terms=https://www.redhat.com/agreements, vcs-ref=6665cae3374c18d466f11c9e0b8e41a61fcb0819, io.openshift.build.commit.id=6665cae3374c18d466f11c9e0b8e41a61fcb0819, io.k8s.description=This is the base image from which all OpenShift images inherit., description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.source-context-dir=, architecture=x86_64, vcs-url=https://github.com/openshift/cluster-bootstrap, build-date=2021-01-09T00:40:49.580557, version=v4.0, io.buildah.version=1.16.4, io.openshift.build.name=, io.openshift.release.operator=true, vcs-type=git)
Jun 09 21:54:17 localhost systemd[1]: bootkube.service: Main process exited, code=exited, status=1/FAILURE
Jun 09 21:54:17 localhost systemd[1]: bootkube.service: Failed with result 'exit-code'.
Jun 09 21:54:22 localhost systemd[1]: bootkube.service: Scheduled restart job, restart counter is at 1.
Jun 09 21:54:22 localhost systemd[1]: Stopped Bootstrap a Kubernetes cluster.
Jun 09 21:54:22 localhost systemd[1]: Started Bootstrap a Kubernetes cluster.
Jun 09 21:54:23 localhost podman[17575]: 2021-06-09 21:54:23.734521342 +0000 UTC m=+0.566692841 container create 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:24 localhost podman[17575]: 2021-06-09 21:54:24.063760141 +0000 UTC m=+0.895931553 container init 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:24 localhost podman[17575]: 2021-06-09 21:54:24.283754712 +0000 UTC m=+1.115926091 container start 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:24 localhost podman[17575]: 2021-06-09 21:54:24.284043357 +0000 UTC m=+1.116214726 container attach 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:24 localhost podman[17575]: 2021-06-09 21:54:24.317929034 +0000 UTC m=+1.150100484 container died 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel)
Jun 09 21:54:25 localhost podman[17575]: 2021-06-09 21:54:25.334729234 +0000 UTC m=+2.166900619 container remove 312a7e0125cd8f34fad3c7e3c16f7609926bdbb10dae55c23cae711ba838e023 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_herschel, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:25 localhost podman[17683]: 2021-06-09 21:54:25.863877477 +0000 UTC m=+0.497940280 container create 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:26 localhost podman[17683]: 2021-06-09 21:54:26.063714238 +0000 UTC m=+0.697777048 container init 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:26 localhost podman[17683]: 2021-06-09 21:54:26.263620802 +0000 UTC m=+0.897683677 container start 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:26 localhost podman[17683]: 2021-06-09 21:54:26.263936453 +0000 UTC m=+0.897999415 container attach 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:26 localhost podman[17683]: 2021-06-09 21:54:26.296976696 +0000 UTC m=+0.931039641 container died 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande)
Jun 09 21:54:26 localhost podman[17683]: 2021-06-09 21:54:26.96996481 +0000 UTC m=+1.604027651 container remove 67eb8e0a6b4ffe12cecd3a709b4f1c8709b45c6950b5beb5989c670b0eb7d6bf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=lucid_lalande, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.309643458 +0000 UTC m=+0.310027900 container create f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.42794314 +0000 UTC m=+0.428327582 container init f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.463136221 +0000 UTC m=+0.463520657 container start f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.463379666 +0000 UTC m=+0.463764138 container attach f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.507761925 +0000 UTC m=+0.508146381 container died f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik)
Jun 09 21:54:27 localhost podman[17815]: 2021-06-09 21:54:27.580944379 +0000 UTC m=+0.581328838 container remove f8b8fd2beb3d6866de8efbffce763164438f22c3fa8e7acde5a504328d4844d8 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_bartik, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:27 localhost podman[17888]: 2021-06-09 21:54:27.989863649 +0000 UTC m=+0.370839531 container create a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:28 localhost podman[17888]: 2021-06-09 21:54:28.097569188 +0000 UTC m=+0.478544976 container init a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:28 localhost podman[17888]: 2021-06-09 21:54:28.133558187 +0000 UTC m=+0.514534079 container start a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:28 localhost podman[17888]: 2021-06-09 21:54:28.134121851 +0000 UTC m=+0.515097632 container attach a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:28 localhost podman[17888]: 2021-06-09 21:54:28.192948275 +0000 UTC m=+0.573924087 container died a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto)
Jun 09 21:54:28 localhost podman[17888]: 2021-06-09 21:54:28.267697189 +0000 UTC m=+0.648672980 container remove a019fa33dd44585a0797189789eb516dc2987498ac31fb88bf40534d556aebf2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=epic_matsumoto, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.579024034 +0000 UTC m=+0.267524665 container create aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.69164752 +0000 UTC m=+0.380148123 container init aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.709238854 +0000 UTC m=+0.397739456 container start aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.710554685 +0000 UTC m=+0.399055331 container attach aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.796088692 +0000 UTC m=+0.484589358 container died aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz)
Jun 09 21:54:28 localhost podman[18000]: 2021-06-09 21:54:28.862158651 +0000 UTC m=+0.550659297 container remove aac8d9c0b3ac660e0f2bd638276cce4de70709dd0753c8bbaa120306a66232c3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=beautiful_hertz, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.236018796 +0000 UTC m=+0.338755989 container create af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.354014018 +0000 UTC m=+0.456751194 container init af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.367215073 +0000 UTC m=+0.469952235 container start af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.367816078 +0000 UTC m=+0.470553273 container attach af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.459161745 +0000 UTC m=+0.561898941 container died af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds)
Jun 09 21:54:29 localhost podman[18130]: 2021-06-09 21:54:29.531485585 +0000 UTC m=+0.634222705 container remove af6768e05d0b213ef44e92c919d761bd4ad4e72f50239e450c8c3a1b3e2a7ec6 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nervous_torvalds, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18238]: 2021-06-09 21:54:29.787477596 +0000 UTC m=+0.227460544 container create e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18238]: 2021-06-09 21:54:29.908776471 +0000 UTC m=+0.348759403 container init e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:29 localhost podman[18238]: 2021-06-09 21:54:29.925295357 +0000 UTC m=+0.365278313 container start e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:29 localhost podman[18238]: 2021-06-09 21:54:29.925821843 +0000 UTC m=+0.365804789 container attach e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:30 localhost podman[18238]: 2021-06-09 21:54:30.029104244 +0000 UTC m=+0.469087273 container died e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare)
Jun 09 21:54:30 localhost podman[18238]: 2021-06-09 21:54:30.092317728 +0000 UTC m=+0.532300677 container remove e2f7fda70bc66b1fa263c5cbe17f33192722667fafe7a1aa966a1452428a4557 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=nifty_pare, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.492500894 +0000 UTC m=+0.363092292 container create 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.613809316 +0000 UTC m=+0.484400711 container init 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.630847808 +0000 UTC m=+0.501439160 container start 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.631044452 +0000 UTC m=+0.501635817 container attach 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.735011478 +0000 UTC m=+0.605602903 container died 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare)
Jun 09 21:54:30 localhost podman[18347]: 2021-06-09 21:54:30.803891305 +0000 UTC m=+0.674482625 container remove 0d1b45b8ed268265ba9faca6dcd291a80b383e66b8f8e9c7f6c68a409a2470cf (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_pare, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.054588314 +0000 UTC m=+0.230020126 container create db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.196595841 +0000 UTC m=+0.372027640 container init db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.230567291 +0000 UTC m=+0.405999127 container start db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.230970219 +0000 UTC m=+0.406402071 container attach db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.312983355 +0000 UTC m=+0.488415311 container died db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai)
Jun 09 21:54:31 localhost podman[18457]: 2021-06-09 21:54:31.393577725 +0000 UTC m=+0.569009567 container remove db391756b78b60943f9ef1369c0450f7d2f8a5f00857dcbf41532a74632bd6cc (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=silly_banzai, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:31 localhost podman[18566]: 2021-06-09 21:54:31.76890368 +0000 UTC m=+0.331511081 container create 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:31 localhost podman[18566]: 2021-06-09 21:54:31.88589091 +0000 UTC m=+0.448498400 container init 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:31 localhost podman[18566]: 2021-06-09 21:54:31.897308846 +0000 UTC m=+0.459916333 container start 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:31 localhost podman[18566]: 2021-06-09 21:54:31.897525333 +0000 UTC m=+0.460132776 container attach 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:32 localhost podman[18566]: 2021-06-09 21:54:32.015962152 +0000 UTC m=+0.578569638 container died 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov)
Jun 09 21:54:32 localhost podman[18566]: 2021-06-09 21:54:32.089077131 +0000 UTC m=+0.651684574 container remove 64278ed9be3073f4f5181d289ca4db8deace6bcb4637f9adef5c2606407bdcda (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=goofy_liskov, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.506191206 +0000 UTC m=+0.387094877 container create db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.650982557 +0000 UTC m=+0.531886241 container init db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.666059999 +0000 UTC m=+0.546963683 container start db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.666246628 +0000 UTC m=+0.547150276 container attach db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.766953948 +0000 UTC m=+0.647857672 container died db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw)
Jun 09 21:54:32 localhost podman[18700]: 2021-06-09 21:54:32.864980556 +0000 UTC m=+0.745884227 container remove db433da858c235edfa43f361d4f9c6e5afef5420aefa40c807bcc5fea92952f3 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=focused_shaw, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:33 localhost podman[18811]: 2021-06-09 21:54:33.403848618 +0000 UTC m=+0.490051320 container create d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:33 localhost podman[18811]: 2021-06-09 21:54:33.974612146 +0000 UTC m=+1.060814855 container init d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:34 localhost podman[18811]: 2021-06-09 21:54:34.133960511 +0000 UTC m=+1.220163247 container start d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:34 localhost podman[18811]: 2021-06-09 21:54:34.134384009 +0000 UTC m=+1.220586715 container attach d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:34 localhost podman[18811]: 2021-06-09 21:54:34.173006558 +0000 UTC m=+1.259209314 container died d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff)
Jun 09 21:54:35 localhost podman[18811]: 2021-06-09 21:54:35.138247025 +0000 UTC m=+2.224449747 container remove d906edd9a51542b4effb3d8e697f9d37aef58dc9989f915c097c706008c3d092 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=trusting_wescoff, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:35 localhost podman[18980]: 2021-06-09 21:54:35.88427682 +0000 UTC m=+0.711709015 container create 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:36 localhost podman[18980]: 2021-06-09 21:54:36.347405204 +0000 UTC m=+1.174837510 container init 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:36 localhost podman[18980]: 2021-06-09 21:54:36.474249887 +0000 UTC m=+1.301682072 container start 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:36 localhost podman[18980]: 2021-06-09 21:54:36.474640745 +0000 UTC m=+1.302072951 container attach 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:36 localhost podman[18980]: 2021-06-09 21:54:36.690768848 +0000 UTC m=+1.518201021 container died 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne)
Jun 09 21:54:45 localhost podman[18980]: 2021-06-09 21:54:45.185305425 +0000 UTC m=+10.012737627 container remove 939b2d87e9f80b5ce9be4e883517510ecfff18c7e287a8b7b5ce1b2f0159dacd (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=musing_payne, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:46 localhost podman[19194]: 2021-06-09 21:54:46.398078081 +0000 UTC m=+0.865104547 container create ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:46 localhost podman[19194]: 2021-06-09 21:54:46.914198036 +0000 UTC m=+1.381224496 container init ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:46 localhost podman[19194]: 2021-06-09 21:54:46.973787384 +0000 UTC m=+1.440813884 container start ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:46 localhost podman[19194]: 2021-06-09 21:54:46.974061617 +0000 UTC m=+1.441088114 container attach ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:47 localhost podman[19194]: 2021-06-09 21:54:47.144300733 +0000 UTC m=+1.611327296 container died ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi)
Jun 09 21:54:51 localhost podman[19194]: 2021-06-09 21:54:51.509117232 +0000 UTC m=+5.976143699 container remove ddc7f85b556730b0c4cc931174fdd1f9703938363472936e90c6cc0850f968d2 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=modest_agnesi, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:51 localhost podman[19382]: 2021-06-09 21:54:51.748593925 +0000 UTC m=+0.204346151 container create 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:51 localhost podman[19382]: 2021-06-09 21:54:51.832150361 +0000 UTC m=+0.287902590 container init 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:51 localhost podman[19382]: 2021-06-09 21:54:51.849583624 +0000 UTC m=+0.305335877 container start 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:51 localhost podman[19382]: 2021-06-09 21:54:51.850037571 +0000 UTC m=+0.305789840 container attach 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:51 localhost podman[19382]: 2021-06-09 21:54:51.929968086 +0000 UTC m=+0.385720428 container died 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen)
Jun 09 21:54:52 localhost podman[19382]: 2021-06-09 21:54:52.004657737 +0000 UTC m=+0.460409976 container remove 4f97e60f9afae70aa31220189eaf1cdb8109d3897a56cd55c91f6d0330c82105 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eager_roentgen, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.257868621 +0000 UTC m=+0.212013654 container create e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.349292377 +0000 UTC m=+0.303437387 container init e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.382119641 +0000 UTC m=+0.336264659 container start e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.382283281 +0000 UTC m=+0.336428289 container attach e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.453033173 +0000 UTC m=+0.407178254 container died e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler)
Jun 09 21:54:52 localhost podman[19456]: 2021-06-09 21:54:52.548930587 +0000 UTC m=+0.503075670 container remove e77134a7f1cb4fd7c536922b658ea4935f90e400d53ca2d2d425b090ef76c123 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=confident_euler, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:52 localhost podman[19566]: 2021-06-09 21:54:52.951259434 +0000 UTC m=+0.361122323 container create ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:53 localhost podman[19566]: 2021-06-09 21:54:53.072715827 +0000 UTC m=+0.482578720 container init ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:53 localhost podman[19566]: 2021-06-09 21:54:53.087257828 +0000 UTC m=+0.497120750 container start ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:53 localhost podman[19566]: 2021-06-09 21:54:53.087469919 +0000 UTC m=+0.497332869 container attach ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:53 localhost podman[19566]: 2021-06-09 21:54:53.185809946 +0000 UTC m=+0.595672860 container died ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver)
Jun 09 21:54:53 localhost podman[19566]: 2021-06-09 21:54:53.230726146 +0000 UTC m=+0.640588991 container remove ef20c9fc877aa0373e6f416e9785ddd2257ffbb7e53335ebda1dde84bced2a32 (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=awesome_carver, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.533137202 +0000 UTC m=+0.285956481 container create 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.651193744 +0000 UTC m=+0.404013036 container init 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.663963923 +0000 UTC m=+0.416783242 container start 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.664321697 +0000 UTC m=+0.417141019 container attach 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.753073103 +0000 UTC m=+0.505892552 container died 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking)
Jun 09 21:54:53 localhost podman[19681]: 2021-06-09 21:54:53.884832602 +0000 UTC m=+0.637651905 container remove 8bff45e7fc4e6ec5583f677666c8e9a0b0c1482041ccb04d21e1392ef11d3c0b (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=eloquent_hawking, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:54 localhost podman[19790]: 2021-06-09 21:54:54.40403177 +0000 UTC m=+0.487802868 container create 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:54 localhost podman[19790]: 2021-06-09 21:54:54.584050085 +0000 UTC m=+0.667821180 container init 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:54 localhost podman[19790]: 2021-06-09 21:54:54.645023731 +0000 UTC m=+0.728794840 container start 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:54 localhost podman[19790]: 2021-06-09 21:54:54.645263016 +0000 UTC m=+0.729034124 container attach 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362, io.openshift.release=4.7.0-0.okd-2021-06-04-191031)
Jun 09 21:54:54 localhost podman[19790]: 2021-06-09 21:54:54.70634796 +0000 UTC m=+0.790119153 container died 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle)
Jun 09 21:54:55 localhost podman[19790]: 2021-06-09 21:54:55.244825973 +0000 UTC m=+1.328597095 container remove 1639c7d889d3e4631d0a1b8c9525e64e9bbdd4ff9afecd97b493f50f161541fa (image=quay.io/openshift/okd@sha256:78ebb2404a0f3a5622fa141a6bcc923284d773ed0ccf65239a47ede1a3ad07d2, name=suspicious_hugle, io.openshift.release=4.7.0-0.okd-2021-06-04-191031, io.openshift.release.base-image-digest=sha256:bdb9d78eef0258d55a2ffac0d7dcb1ac25bc9143d1528b34a0efcca444a52362)
Jun 09 21:54:55 localhost podman[19940]: 2021-06-09 21:54:55.755530097 +0000 UTC m=+0.476895187 container create 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, maintainer=Sam Batschelet , io.openshift.build.name=, release=202101090039.11723, io.openshift.build.namespace=, summary=Provides the latest release of Red Hat Universal Base Image 8., io.k8s.display-name=etcd server, io.openshift.build.commit.author=, name=openshift/ose-base, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., architecture=x86_64, io.openshift.build.source-context-dir=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.commit.ref=openshift-4.7, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, com.redhat.component=openshift-enterprise-base-container, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., vcs-url=https://github.com/openshift/etcd, io.openshift.build.commit.message=, version=v4.0, distribution-scope=public, io.openshift.build.commit.date=, io.buildah.version=1.16.4, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.build.source-location=https://github.com/openshift/etcd, vcs-type=git, io.openshift.expose-services=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, build-date=2021-01-09T00:40:49.580557)
Jun 09 21:54:55 localhost podman[19940]: 2021-06-09 21:54:55.965262661 +0000 UTC m=+0.686627755 container init 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, io.openshift.build.source-location=https://github.com/openshift/etcd, release=202101090039.11723, distribution-scope=public, version=v4.0, io.openshift.build.source-context-dir=, io.openshift.build.commit.date=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, vcs-url=https://github.com/openshift/etcd, io.buildah.version=1.16.4, io.openshift.build.commit.author=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.message=, io.openshift.expose-services=, io.openshift.build.commit.ref=openshift-4.7, io.openshift.build.name=, name=openshift/ose-base, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.component=openshift-enterprise-base-container, architecture=x86_64, io.openshift.tags=base rhel8, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.openshift.build.namespace=, io.k8s.display-name=etcd server, com.redhat.license_terms=https://www.redhat.com/agreements, vendor=Red Hat, Inc., io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., vcs-type=git, summary=Provides the latest release of Red Hat Universal Base Image 8., maintainer=Sam Batschelet )
Jun 09 21:54:56 localhost podman[19940]: 2021-06-09 21:54:56.034577179 +0000 UTC m=+0.755942313 container start 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, com.redhat.component=openshift-enterprise-base-container, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.build.source-location=https://github.com/openshift/etcd, architecture=x86_64, io.buildah.version=1.16.4, maintainer=Sam Batschelet , vendor=Red Hat, Inc., url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, vcs-type=git, distribution-scope=public, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.commit.author=, name=openshift/ose-base, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., io.openshift.tags=base rhel8, io.openshift.build.commit.date=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, build-date=2021-01-09T00:40:49.580557, io.k8s.display-name=etcd server, io.openshift.build.source-context-dir=, io.openshift.build.commit.message=, io.openshift.expose-services=, io.openshift.build.name=, release=202101090039.11723, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., version=v4.0, io.openshift.build.commit.ref=openshift-4.7, io.openshift.build.namespace=, vcs-url=https://github.com/openshift/etcd)
Jun 09 21:54:56 localhost podman[19940]: 2021-06-09 21:54:56.035253131 +0000 UTC m=+0.756618281 container attach 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, release=202101090039.11723, io.k8s.display-name=etcd server, distribution-scope=public, io.openshift.build.commit.message=, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.expose-services=, io.openshift.build.source-location=https://github.com/openshift/etcd, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., vcs-type=git, vcs-url=https://github.com/openshift/etcd, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.build.commit.author=, io.openshift.build.commit.ref=openshift-4.7, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, architecture=x86_64, build-date=2021-01-09T00:40:49.580557, io.openshift.build.namespace=, io.openshift.build.name=, io.buildah.version=1.16.4, maintainer=Sam Batschelet , name=openshift/ose-base, com.redhat.component=openshift-enterprise-base-container, version=v4.0, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.openshift.build.source-context-dir=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.date=)
Jun 09 21:55:01 localhost bootkube.sh[19940]: {"level":"warn","ts":"2021-06-09T21:55:01.007Z","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-87485119-4325-4a35-8219-f982fc7e012d/localhost:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
Jun 09 21:55:01 localhost bootkube.sh[19940]: https://localhost:2379 is unhealthy: failed to commit proposal: context deadline exceeded
Jun 09 21:55:01 localhost bootkube.sh[19940]: Error: unhealthy cluster
Jun 09 21:55:01 localhost podman[19940]: 2021-06-09 21:55:01.046171172 +0000 UTC m=+5.767536436 container died 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl)
Jun 09 21:55:02 localhost podman[19940]: 2021-06-09 21:55:02.604269317 +0000 UTC m=+7.325634511 container remove 44b358190062043e74bbe6fd0efacb77ca3d9879563552681425a44eeae200ed (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, vcs-type=git, io.buildah.version=1.16.4, io.openshift.build.commit.ref=openshift-4.7, io.openshift.build.commit.message=, io.openshift.build.name=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, version=v4.0, distribution-scope=public, io.openshift.build.source-location=https://github.com/openshift/etcd, vcs-url=https://github.com/openshift/etcd, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., name=openshift/ose-base, io.openshift.build.commit.author=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, com.redhat.component=openshift-enterprise-base-container, architecture=x86_64, io.openshift.tags=base rhel8, maintainer=Sam Batschelet , io.openshift.build.commit.date=, io.openshift.build.source-context-dir=, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, vendor=Red Hat, Inc., io.openshift.build.namespace=, build-date=2021-01-09T00:40:49.580557, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.expose-services=, io.k8s.display-name=etcd server, summary=Provides the latest release of Red Hat Universal Base Image 8., release=202101090039.11723, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.)
Jun 09 21:55:02 localhost bootkube.sh[17526]: etcdctl failed. Retrying in 5 seconds...
Jun 09 21:55:10 localhost podman[20135]: 2021-06-09 21:55:10.324873299 +0000 UTC m=+2.685515143 container create d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., release=202101090039.11723, io.k8s.display-name=etcd server, io.openshift.build.commit.date=, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.tags=base rhel8, build-date=2021-01-09T00:40:49.580557, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.openshift.build.commit.author=, io.openshift.expose-services=, maintainer=Sam Batschelet , io.openshift.build.source-context-dir=, io.openshift.build.source-location=https://github.com/openshift/etcd, vendor=Red Hat, Inc., io.openshift.build.commit.message=, io.openshift.build.commit.ref=openshift-4.7, distribution-scope=public, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.namespace=, vcs-type=git, com.redhat.license_terms=https://www.redhat.com/agreements, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., version=v4.0, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, name=openshift/ose-base, io.buildah.version=1.16.4, com.redhat.component=openshift-enterprise-base-container, vcs-url=https://github.com/openshift/etcd, architecture=x86_64, io.openshift.build.name=)
Jun 09 21:55:10 localhost podman[20135]: 2021-06-09 21:55:10.596227508 +0000 UTC m=+2.956869356 container init d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, io.k8s.display-name=etcd server, release=202101090039.11723, io.openshift.expose-services=, vcs-type=git, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., vendor=Red Hat, Inc., io.buildah.version=1.16.4, version=v4.0, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, com.redhat.component=openshift-enterprise-base-container, com.redhat.license_terms=https://www.redhat.com/agreements, vcs-url=https://github.com/openshift/etcd, io.openshift.build.source-location=https://github.com/openshift/etcd, io.openshift.build.commit.message=, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.openshift.build.namespace=, distribution-scope=public, io.openshift.build.commit.ref=openshift-4.7, io.openshift.tags=base rhel8, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, architecture=x86_64, io.openshift.build.name=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, name=openshift/ose-base, io.openshift.build.commit.date=, io.openshift.build.source-context-dir=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, maintainer=Sam Batschelet , build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.author=)
Jun 09 21:55:10 localhost podman[20135]: 2021-06-09 21:55:10.724778322 +0000 UTC m=+3.085420166 container start d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, maintainer=Sam Batschelet , name=openshift/ose-base, architecture=x86_64, io.openshift.build.commit.message=, vcs-url=https://github.com/openshift/etcd, distribution-scope=public, io.openshift.expose-services=, io.buildah.version=1.16.4, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.source-context-dir=, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, vcs-type=git, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.build.source-location=https://github.com/openshift/etcd, release=202101090039.11723, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, vendor=Red Hat, Inc., com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.openshift.build.commit.ref=openshift-4.7, io.k8s.display-name=etcd server, io.openshift.build.name=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.namespace=, io.openshift.build.commit.date=, io.openshift.tags=base rhel8, build-date=2021-01-09T00:40:49.580557, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.openshift.build.commit.author=, version=v4.0, com.redhat.component=openshift-enterprise-base-container, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift.)
Jun 09 21:55:10 localhost podman[20135]: 2021-06-09 21:55:10.725298843 +0000 UTC m=+3.085940704 container attach d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, com.redhat.component=openshift-enterprise-base-container, vendor=Red Hat, Inc., build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.author=, vcs-type=git, io.k8s.display-name=etcd server, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, vcs-url=https://github.com/openshift/etcd, release=202101090039.11723, io.openshift.build.commit.message=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.expose-services=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.date=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, maintainer=Sam Batschelet , description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.namespace=, io.openshift.build.source-context-dir=, io.openshift.build.source-location=https://github.com/openshift/etcd, architecture=x86_64, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., io.openshift.build.commit.ref=openshift-4.7, name=openshift/ose-base, io.buildah.version=1.16.4, version=v4.0, distribution-scope=public, com.redhat.license_terms=https://www.redhat.com/agreements, io.openshift.tags=base rhel8, io.openshift.build.name=)
Jun 09 21:55:15 localhost bootkube.sh[20135]: {"level":"warn","ts":"2021-06-09T21:55:15.639Z","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-0bde72b0-2dbb-41be-a7b2-b7f581e5e8e0/localhost:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = context deadline exceeded"}
Jun 09 21:55:15 localhost bootkube.sh[20135]: https://localhost:2379 is unhealthy: failed to commit proposal: context deadline exceeded
Jun 09 21:55:15 localhost bootkube.sh[20135]: Error: unhealthy cluster
Jun 09 21:55:17 localhost podman[20135]: 2021-06-09 21:55:17.645175302 +0000 UTC m=+10.005817280 container died d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl)
Jun 09 21:55:20 localhost podman[20135]: 2021-06-09 21:55:20.754668913 +0000 UTC m=+13.115310757 container remove d8836891b3bc8a6940423dfc4f147a2e4f29e56f4b39e1f62cb1c2fd3116e65e (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.ref=openshift-4.7, summary=Provides the latest release of Red Hat Universal Base Image 8., name=openshift/ose-base, com.redhat.license_terms=https://www.redhat.com/agreements, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., release=202101090039.11723, io.openshift.build.source-context-dir=, io.openshift.expose-services=, io.openshift.tags=base rhel8, io.openshift.build.source-location=https://github.com/openshift/etcd, maintainer=Sam Batschelet , io.k8s.display-name=etcd server, vcs-url=https://github.com/openshift/etcd, io.openshift.build.commit.message=, io.openshift.build.name=, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., vendor=Red Hat, Inc., io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, vcs-type=git, io.openshift.build.namespace=, com.redhat.component=openshift-enterprise-base-container, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.buildah.version=1.16.4, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, architecture=x86_64, io.openshift.build.commit.author=, io.openshift.build.commit.date=, version=v4.0, distribution-scope=public)
Jun 09 21:55:20 localhost bootkube.sh[17526]: etcdctl failed. Retrying in 5 seconds...
Jun 09 21:55:26 localhost podman[20317]: 2021-06-09 21:55:26.216134078 +0000 UTC m=+0.429537073 container create 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., io.openshift.build.commit.date=, com.redhat.license_terms=https://www.redhat.com/agreements, distribution-scope=public, io.openshift.build.commit.message=, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.source-context-dir=, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., vcs-url=https://github.com/openshift/etcd, summary=Provides the latest release of Red Hat Universal Base Image 8., name=openshift/ose-base, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, io.buildah.version=1.16.4, release=202101090039.11723, io.openshift.tags=base rhel8, build-date=2021-01-09T00:40:49.580557, version=v4.0, architecture=x86_64, io.openshift.build.namespace=, vendor=Red Hat, Inc., io.openshift.build.name=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, vcs-type=git, io.openshift.build.source-location=https://github.com/openshift/etcd, io.openshift.build.commit.ref=openshift-4.7, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.openshift.expose-services=, io.k8s.display-name=etcd server, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, com.redhat.component=openshift-enterprise-base-container, maintainer=Sam Batschelet , io.openshift.build.commit.author=)
Jun 09 21:55:26 localhost podman[20317]: 2021-06-09 21:55:26.405728831 +0000 UTC m=+0.619131872 container init 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, version=v4.0, distribution-scope=public, com.redhat.component=openshift-enterprise-base-container, io.openshift.build.commit.author=, io.openshift.expose-services=, architecture=x86_64, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, maintainer=Sam Batschelet , summary=Provides the latest release of Red Hat Universal Base Image 8., name=openshift/ose-base, io.openshift.build.source-context-dir=, vcs-url=https://github.com/openshift/etcd, vcs-type=git, io.k8s.display-name=etcd server, release=202101090039.11723, io.openshift.tags=base rhel8, build-date=2021-01-09T00:40:49.580557, com.redhat.license_terms=https://www.redhat.com/agreements, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.buildah.version=1.16.4, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.commit.message=, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., vendor=Red Hat, Inc., io.openshift.build.source-location=https://github.com/openshift/etcd, io.openshift.build.commit.date=, io.openshift.build.name=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.ref=openshift-4.7, io.openshift.build.namespace=)
Jun 09 21:55:26 localhost podman[20317]: 2021-06-09 21:55:26.495848387 +0000 UTC m=+0.709251268 container start 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, name=openshift/ose-base, io.openshift.expose-services=, io.openshift.build.commit.date=, io.openshift.build.name=, io.openshift.build.source-location=https://github.com/openshift/etcd, vcs-type=git, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, com.redhat.component=openshift-enterprise-base-container, version=v4.0, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, maintainer=Sam Batschelet , summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.namespace=, architecture=x86_64, io.openshift.build.source-context-dir=, io.openshift.tags=base rhel8, io.buildah.version=1.16.4, io.openshift.build.commit.author=, vendor=Red Hat, Inc., vcs-url=https://github.com/openshift/etcd, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, release=202101090039.11723, io.openshift.build.commit.message=, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, com.redhat.license_terms=https://www.redhat.com/agreements, io.k8s.display-name=etcd server, io.openshift.build.commit.ref=openshift-4.7, distribution-scope=public, build-date=2021-01-09T00:40:49.580557, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift.)
Jun 09 21:55:26 localhost podman[20317]: 2021-06-09 21:55:26.496560062 +0000 UTC m=+0.709962963 container attach 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, com.redhat.license_terms=https://www.redhat.com/agreements, io.k8s.display-name=etcd server, summary=Provides the latest release of Red Hat Universal Base Image 8., description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.source-location=https://github.com/openshift/etcd, vcs-url=https://github.com/openshift/etcd, io.openshift.build.name=, architecture=x86_64, io.buildah.version=1.16.4, release=202101090039.11723, io.openshift.build.commit.author=, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., vcs-type=git, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, com.redhat.component=openshift-enterprise-base-container, io.openshift.build.namespace=, io.openshift.build.source-context-dir=, distribution-scope=public, name=openshift/ose-base, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, version=v4.0, io.openshift.build.commit.ref=openshift-4.7, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.tags=base rhel8, build-date=2021-01-09T00:40:49.580557, vendor=Red Hat, Inc., io.openshift.expose-services=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.date=, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, maintainer=Sam Batschelet , io.openshift.build.commit.message=)
Jun 09 21:55:30 localhost bootkube.sh[20317]: https://localhost:2379 is healthy: successfully committed proposal: took = 4.49040666s
Jun 09 21:55:30 localhost podman[20317]: 2021-06-09 21:55:30.962121871 +0000 UTC m=+5.175524812 container died 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl)
Jun 09 21:55:37 localhost podman[20317]: 2021-06-09 21:55:37.915339314 +0000 UTC m=+12.128742265 container remove 4cc5d1bf7a3e6e2ebd341eb4aef4604a69a3ac332b108a8efa85b7ebad746a51 (image=quay.io/openshift/okd-content@sha256:c8a7bfe754afc21c688b38c18b9115952963728613bf6b29559d223e40c04700, name=etcdctl, build-date=2021-01-09T00:40:49.580557, io.k8s.description=etcd is a distributed key-value store which stores the persistent master state for Kubernetes and OpenShift., description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.commit.ref=openshift-4.7, vcs-url=https://github.com/openshift/etcd, maintainer=Sam Batschelet , architecture=x86_64, io.buildah.version=1.16.4, io.openshift.build.name=, distribution-scope=public, io.openshift.build.commit.author=, name=openshift/ose-base, vcs-ref=45b6800c4fab213e7afee1e406abe48cc14ee020, version=v4.0, io.openshift.build.source-location=https://github.com/openshift/etcd, io.openshift.build.commit.id=45b6800c4fab213e7afee1e406abe48cc14ee020, io.openshift.build.namespace=, io.openshift.build.commit.message=, summary=Provides the latest release of Red Hat Universal Base Image 8., io.k8s.display-name=etcd server, io.openshift.tags=base rhel8, vcs-type=git, io.openshift.build.commit.date=, release=202101090039.11723, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.openshift.ci.from.base=sha256:8ace8adf1fb426a0b5cf916f712cf43246df97667d2a20c45af22e42899556e8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.source-context-dir=, io.openshift.expose-services=, vendor=Red Hat, Inc., com.redhat.component=openshift-enterprise-base-container, com.redhat.license_terms=https://www.redhat.com/agreements)
Jun 09 21:55:37 localhost bootkube.sh[17526]: Starting cluster-bootstrap...
Jun 09 21:55:38 localhost podman[20536]: 2021-06-09 21:55:38.415688985 +0000 UTC m=+0.470775411 container create 3d7bd11a38de50b5b358f2364cbe343e0bd35daf91880cb88043c8f14a0e14da (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=angry_tesla, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, maintainer=Red Hat, Inc., distribution-scope=public, io.openshift.build.namespace=, io.openshift.build.commit.ref=master, vcs-url=https://github.com/openshift/cluster-bootstrap, vcs-type=git, version=v4.0, io.k8s.description=This is the base image from which all OpenShift images inherit., io.openshift.build.source-context-dir=, com.redhat.license_terms=https://www.redhat.com/agreements, io.k8s.display-name=OpenShift Base, io.buildah.version=1.16.4, io.openshift.expose-services=, summary=Provides the latest release of Red Hat Universal Base Image 8., release=202101090039.11723, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.component=openshift-enterprise-base-container, vcs-ref=6665cae3374c18d466f11c9e0b8e41a61fcb0819, io.openshift.build.commit.date=, io.openshift.build.name=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, vendor=Red Hat, Inc., io.openshift.release.operator=true, build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.message=, name=openshift/ose-base, architecture=x86_64, io.openshift.build.commit.author=, io.openshift.tags=base rhel8, io.openshift.build.source-location=https://github.com/openshift/cluster-bootstrap, io.openshift.build.commit.id=6665cae3374c18d466f11c9e0b8e41a61fcb0819)
Jun 09 21:55:38 localhost podman[20536]: 2021-06-09 21:55:38.715385701 +0000 UTC m=+0.770472113 container init 3d7bd11a38de50b5b358f2364cbe343e0bd35daf91880cb88043c8f14a0e14da (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=angry_tesla, build-date=2021-01-09T00:40:49.580557, architecture=x86_64, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, version=v4.0, vcs-ref=6665cae3374c18d466f11c9e0b8e41a61fcb0819, io.openshift.tags=base rhel8, io.openshift.build.namespace=, io.buildah.version=1.16.4, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.build.name=, io.openshift.build.source-context-dir=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, io.openshift.build.commit.id=6665cae3374c18d466f11c9e0b8e41a61fcb0819, vcs-type=git, io.openshift.build.commit.ref=master, io.openshift.build.commit.author=, release=202101090039.11723, io.k8s.description=This is the base image from which all OpenShift images inherit., io.openshift.build.source-location=https://github.com/openshift/cluster-bootstrap, io.openshift.build.commit.message=, vcs-url=https://github.com/openshift/cluster-bootstrap, io.openshift.release.operator=true, name=openshift/ose-base, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.commit.date=, maintainer=Red Hat, Inc., com.redhat.component=openshift-enterprise-base-container, vendor=Red Hat, Inc., distribution-scope=public, io.k8s.display-name=OpenShift Base, io.openshift.expose-services=, com.redhat.license_terms=https://www.redhat.com/agreements)
Jun 09 21:55:38 localhost podman[20536]: 2021-06-09 21:55:38.756717627 +0000 UTC m=+0.811804029 container start 3d7bd11a38de50b5b358f2364cbe343e0bd35daf91880cb88043c8f14a0e14da (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=angry_tesla, io.openshift.build.commit.ref=master, io.k8s.display-name=OpenShift Base, io.openshift.build.commit.id=6665cae3374c18d466f11c9e0b8e41a61fcb0819, vendor=Red Hat, Inc., summary=Provides the latest release of Red Hat Universal Base Image 8., com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, io.openshift.build.commit.date=, io.openshift.tags=base rhel8, io.openshift.build.source-location=https://github.com/openshift/cluster-bootstrap, distribution-scope=public, io.openshift.build.commit.message=, version=v4.0, io.k8s.description=This is the base image from which all OpenShift images inherit., name=openshift/ose-base, release=202101090039.11723, vcs-type=git, build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.author=, com.redhat.component=openshift-enterprise-base-container, vcs-ref=6665cae3374c18d466f11c9e0b8e41a61fcb0819, vcs-url=https://github.com/openshift/cluster-bootstrap, io.openshift.release.operator=true, io.openshift.build.name=, io.buildah.version=1.16.4, io.openshift.build.namespace=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.expose-services=, maintainer=Red Hat, Inc., io.openshift.build.source-context-dir=, com.redhat.license_terms=https://www.redhat.com/agreements, architecture=x86_64)
Jun 09 21:55:38 localhost podman[20536]: 2021-06-09 21:55:38.757232916 +0000 UTC m=+0.812319432 container attach 3d7bd11a38de50b5b358f2364cbe343e0bd35daf91880cb88043c8f14a0e14da (image=quay.io/openshift/okd-content@sha256:99b54b2c35145c3084d773acabbe0ec94425189ae215c639b87055b55625e066, name=angry_tesla, summary=Provides the latest release of Red Hat Universal Base Image 8., io.openshift.build.source-location=https://github.com/openshift/cluster-bootstrap, name=openshift/ose-base, architecture=x86_64, com.redhat.build-host=cpt-1004.osbs.prod.upshift.rdu2.redhat.com, version=v4.0, io.openshift.build.commit.date=, release=202101090039.11723, io.openshift.build.commit.message=, com.redhat.license_terms=https://www.redhat.com/agreements, vcs-type=git, vcs-url=https://github.com/openshift/cluster-bootstrap, io.openshift.build.name=, io.k8s.display-name=OpenShift Base, io.openshift.expose-services=, io.openshift.build.source-context-dir=, io.buildah.version=1.16.4, io.openshift.build.commit.id=6665cae3374c18d466f11c9e0b8e41a61fcb0819, description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.component=openshift-enterprise-base-container, vcs-ref=6665cae3374c18d466f11c9e0b8e41a61fcb0819, io.k8s.description=This is the base image from which all OpenShift images inherit., build-date=2021-01-09T00:40:49.580557, io.openshift.build.commit.ref=master, maintainer=Red Hat, Inc., vendor=Red Hat, Inc., io.openshift.release.operator=true, io.openshift.build.commit.author=, io.openshift.tags=base rhel8, distribution-scope=public, io.openshift.build.namespace=, url=https://access.redhat.com/containers/#/registry.access.redhat.com/openshift/ose-base/images/v4.0-202101090039.11723)
Jun 09 21:55:38 localhost bootkube.sh[20536]: Starting temporary bootstrap control plane...
Jun 09 21:55:38 localhost bootkube.sh[20536]: E0609 21:55:38.916284       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:39 localhost bootkube.sh[20536]: [#1] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:39 localhost bootkube.sh[20536]: [#2] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:39 localhost bootkube.sh[20536]: [#3] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:39 localhost bootkube.sh[20536]: [#4] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:39 localhost bootkube.sh[20536]: [#5] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: [#6] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: E0609 21:55:40.203629       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: [#7] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: [#8] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: [#9] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:40 localhost bootkube.sh[20536]: [#10] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:41 localhost bootkube.sh[20536]: [#11] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:41 localhost bootkube.sh[20536]: [#12] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:41 localhost bootkube.sh[20536]: [#13] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:41 localhost bootkube.sh[20536]: [#14] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:41 localhost bootkube.sh[20536]: [#15] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:42 localhost bootkube.sh[20536]: [#16] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:42 localhost bootkube.sh[20536]: [#17] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:42 localhost bootkube.sh[20536]: [#18] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:42 localhost bootkube.sh[20536]: [#19] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:42 localhost bootkube.sh[20536]: [#20] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: [#21] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: [#22] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: E0609 21:55:43.309486       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: [#23] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: [#24] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:43 localhost bootkube.sh[20536]: [#25] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:44 localhost bootkube.sh[20536]: [#26] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:44 localhost bootkube.sh[20536]: [#27] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:44 localhost bootkube.sh[20536]: [#28] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:44 localhost bootkube.sh[20536]: [#29] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:44 localhost bootkube.sh[20536]: [#30] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:45 localhost bootkube.sh[20536]: [#31] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:45 localhost bootkube.sh[20536]: [#32] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:45 localhost bootkube.sh[20536]: [#33] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:45 localhost bootkube.sh[20536]: [#34] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:45 localhost bootkube.sh[20536]: [#35] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:46 localhost bootkube.sh[20536]: [#36] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:46 localhost bootkube.sh[20536]: [#37] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial ...
Jun 09 21:55:48 localhost bootkube.sh[20536]: [#48] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:48 localhost bootkube.sh[20536]: E0609 21:55:48.638017       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:48 localhost bootkube.sh[20536]: [#49] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:48 localhost bootkube.sh[20536]: [#50] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:49 localhost bootkube.sh[20536]: [#51] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:49 localhost bootkube.sh[20536]: [#52] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial ...
Jun 09 21:55:57 localhost bootkube.sh[20536]: [#93] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:57 localhost bootkube.sh[20536]: [#94] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:57 localhost bootkube.sh[20536]: E0609 21:55:57.841373       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:55:57 localhost bootkube.sh[20536]: [#95] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
...
Jun 09 21:56:16 localhost bootkube.sh[20536]: [#186] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:16 localhost bootkube.sh[20536]: E0609 21:56:16.078674       1 reflector.go:127] github.com/openshift/cluster-bootstrap/pkg/start/status.go:66: Failed to watch *v1.Pod: failed to list *v1.Pod: Get "https://localhost:6443/api/v1/pods": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:16 localhost bootkube.sh[20536]: [#187] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:16 localhost bootkube.sh[20536]: [#188] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:16 localhost bootkube.sh[20536]: [#189] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:16 localhost bootkube.sh[20536]: [#190] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:17 localhost bootkube.sh[20536]: [#191] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:17 localhost bootkube.sh[20536]: [#192] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:17 localhost bootkube.sh[20536]: [#193] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:17 localhost bootkube.sh[20536]: [#194] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:17 localhost bootkube.sh[20536]: [#195] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:18 localhost bootkube.sh[20536]: [#196] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:18 localhost bootkube.sh[20536]: [#197] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:18 localhost bootkube.sh[20536]: [#198] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:18 localhost bootkube.sh[20536]: [#199] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:18 localhost bootkube.sh[20536]: [#200] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
...
Jun 09 21:56:25 localhost bootkube.sh[20536]: [#235] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:26 localhost bootkube.sh[20536]: [#236] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:26 localhost bootkube.sh[20536]: [#237] failed to fetch discovery: Get "https://localhost:6443/api?timeout=32s": dial tcp [::1]:6443: connect: connection refused
Jun 09 21:56:33 localhost bootkube.sh[20536]: Skipped "0000_00_cluster-version-operator_00_namespace.yaml" namespaces.v1./openshift-cluster-version -n  as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "0001_00_cluster-version-operator_03_service.yaml" services.v1./cluster-version-operator -n openshift-cluster-version as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_etcd-endpoints-cm.yaml" configmaps.v1./etcd-endpoints -n openshift-etcd as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_openshift-etcd-ns.yaml" namespaces.v1./openshift-etcd -n  as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_openshift-kube-apiserver-ns.yaml" namespaces.v1./openshift-kube-apiserver -n  as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_openshift-kube-apiserver-operator-ns.yaml" namespaces.v1./openshift-kube-apiserver-operator -n  as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_openshift-kube-controller-manager-ns.yaml" namespaces.v1./openshift-kube-controller-manager -n  as it already exists
Jun 09 21:56:34 localhost bootkube.sh[20536]: Skipped "00_openshift-kube-controller-manager-operator-ns.yaml" namespaces.v1./openshift-kube-controller-manager-operator -n  as it already exists
Jun 09 21:56:35 localhost bootkube.sh[20536]: Skipped "00_openshift-kube-scheduler-ns.yaml" namespaces.v1./openshift-kube-scheduler -n  as it already exists
Jun 09 21:56:35 localhost bootkube.sh[20536]: Skipped "04-openshift-machine-config-operator.yaml" namespaces.v1./openshift-machine-config-operator -n  as it already exists
Jun 09 21:56:35 localhost bootkube.sh[20536]: Skipped "99_cloud-creds-secret.yaml" secrets.v1./vsphere-creds -n kube-system as it already exists
Jun 09 21:56:36 localhost bootkube.sh[20536]: Skipped "99_kubeadmin-password-secret.yaml" secrets.v1./kubeadmin -n kube-system as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_master-user-data-secret.yaml" secrets.v1./master-user-data -n openshift-machine-api as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_worker-user-data-secret.yaml" secrets.v1./worker-user-data -n openshift-machine-api as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "cco-namespace.yaml" namespaces.v1./openshift-cloud-credential-operator -n  as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "cloud-provider-config.yaml" configmaps.v1./cloud-provider-config -n openshift-config as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "cluster-config.yaml" configmaps.v1./cluster-config-v1 -n kube-system as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "cluster-ingress-00-namespace.yaml" namespaces.v1./openshift-ingress-operator -n  as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "configmap-admin-kubeconfig-client-ca.yaml" configmaps.v1./admin-kubeconfig-client-ca -n openshift-config as it already exists
Jun 09 21:56:44 localhost bootkube.sh[20536]: Skipped "configmap-csr-controller-ca.yaml" configmaps.v1./csr-controller-ca -n openshift-config-managed as it already exists
Jun 09 21:56:45 localhost bootkube.sh[20536]: Skipped "configmap-kubelet-bootstrap-kubeconfig-ca.yaml" configmaps.v1./kubelet-bootstrap-kubeconfig -n openshift-config-managed as it already exists
Jun 09 21:56:45 localhost bootkube.sh[20536]: Skipped "configmap-sa-token-signing-certs.yaml" configmaps.v1./sa-token-signing-certs -n openshift-config-managed as it already exists
Jun 09 21:56:46 localhost bootkube.sh[20536]: Skipped "etcd-ca-bundle-configmap.yaml" configmaps.v1./etcd-ca-bundle -n openshift-config as it already exists
Jun 09 21:56:46 localhost bootkube.sh[20536]: Skipped "etcd-client-secret.yaml" secrets.v1./etcd-client -n openshift-config as it already exists
Jun 09 21:56:46 localhost bootkube.sh[20536]: Skipped "etcd-metric-client-secret.yaml" secrets.v1./etcd-metric-client -n openshift-config as it already exists
Jun 09 21:56:47 localhost bootkube.sh[20536]: Skipped "etcd-metric-serving-ca-configmap.yaml" configmaps.v1./etcd-metric-serving-ca -n openshift-config as it already exists
Jun 09 21:56:47 localhost bootkube.sh[20536]: Skipped "etcd-metric-signer-secret.yaml" secrets.v1./etcd-metric-signer -n openshift-config as it already exists
Jun 09 21:56:48 localhost bootkube.sh[20536]: Skipped "etcd-namespace.yaml" namespaces.v1./openshift-etcd -n  as it already exists
Jun 09 21:56:48 localhost bootkube.sh[20536]: Skipped "etcd-service.yaml" services.v1./etcd -n openshift-etcd as it already exists
Jun 09 21:56:48 localhost bootkube.sh[20536]: Skipped "etcd-serving-ca-configmap.yaml" configmaps.v1./etcd-serving-ca -n openshift-config as it already exists
Jun 09 21:56:49 localhost bootkube.sh[20536]: Skipped "etcd-signer-secret.yaml" secrets.v1./etcd-signer -n openshift-config as it already exists
Jun 09 21:56:49 localhost bootkube.sh[20536]: Skipped "kube-apiserver-serving-ca-configmap.yaml" configmaps.v1./initial-kube-apiserver-server-ca -n openshift-config as it already exists
Jun 09 21:56:50 localhost bootkube.sh[20536]: Skipped "kube-cloud-config.yaml" secrets.v1./kube-cloud-cfg -n kube-system as it already exists
Jun 09 21:56:50 localhost bootkube.sh[20536]: Skipped "kube-system-configmap-root-ca.yaml" configmaps.v1./root-ca -n kube-system as it already exists
Jun 09 21:56:50 localhost bootkube.sh[20536]: Skipped "machine-config-server-tls-secret.yaml" secrets.v1./machine-config-server-tls -n openshift-machine-config-operator as it already exists
Jun 09 21:56:51 localhost bootkube.sh[20536]: Skipped "openshift-config-secret-pull-secret.yaml" secrets.v1./pull-secret -n openshift-config as it already exists
Jun 09 21:56:51 localhost bootkube.sh[20536]: Skipped "openshift-install-manifests.yaml" configmaps.v1./openshift-install-manifests -n openshift-config as it already exists
Jun 09 21:56:52 localhost bootkube.sh[20536]: Skipped "openshift-install.yaml" configmaps.v1./openshift-install -n openshift-config as it already exists
Jun 09 21:56:52 localhost bootkube.sh[20536]: Skipped "openshift-kubevirt-infra-namespace.yaml" namespaces.v1./openshift-kubevirt-infra -n  as it already exists
Jun 09 21:56:52 localhost bootkube.sh[20536]: Skipped "secret-aggregator-client-signer.yaml" secrets.v1./aggregator-client-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:53 localhost bootkube.sh[20536]: Skipped "secret-bound-sa-token-signing-key.yaml" secrets.v1./next-bound-service-account-signing-key -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:53 localhost bootkube.sh[20536]: Skipped "secret-control-plane-client-signer.yaml" secrets.v1./kube-control-plane-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:54 localhost bootkube.sh[20536]: Skipped "secret-csr-signer-signer.yaml" secrets.v1./csr-signer-signer -n openshift-kube-controller-manager-operator as it already exists
Jun 09 21:56:54 localhost bootkube.sh[20536]: Skipped "secret-initial-kube-controller-manager-service-account-private-key.yaml" secrets.v1./initial-service-account-private-key -n openshift-config as it already exists
Jun 09 21:56:54 localhost bootkube.sh[20536]: Skipped "secret-kube-apiserver-to-kubelet-signer.yaml" secrets.v1./kube-apiserver-to-kubelet-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:55 localhost bootkube.sh[20536]: Skipped "secret-loadbalancer-serving-signer.yaml" secrets.v1./loadbalancer-serving-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:55 localhost bootkube.sh[20536]: Skipped "secret-localhost-serving-signer.yaml" secrets.v1./localhost-serving-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:56 localhost bootkube.sh[20536]: Skipped "secret-service-network-serving-signer.yaml" secrets.v1./service-network-serving-signer -n openshift-kube-apiserver-operator as it already exists
Jun 09 21:56:56 localhost bootkube.sh[20536]: [#238] failed to create some manifests:
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_00_cluster-version-operator_01_clusteroperator.crd.yaml": unable to get REST mapping for "0000_00_cluster-version-operator_01_clusteroperator.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_00_cluster-version-operator_01_clusterversion.crd.yaml": unable to get REST mapping for "0000_00_cluster-version-operator_01_clusterversion.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_00_cluster-version-operator_02_roles.yaml": unable to get REST mapping for "0000_00_cluster-version-operator_02_roles.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_00_cluster-version-operator_03_deployment.yaml": unable to get REST mapping for "0000_00_cluster-version-operator_03_deployment.yaml": no matches for kind "Deployment" in version "apps/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_authorization-openshift_01_rolebindingrestriction.crd.yaml": unable to get REST mapping for "0000_03_authorization-openshift_01_rolebindingrestriction.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_config-operator_01_operatorhub.crd.yaml": unable to get REST mapping for "0000_03_config-operator_01_operatorhub.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_config-operator_01_proxy.crd.yaml": unable to get REST mapping for "0000_03_config-operator_01_proxy.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_quota-openshift_01_clusterresourcequota.crd.yaml": unable to get REST mapping for "0000_03_quota-openshift_01_clusterresourcequota.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_security-openshift_01_scc.crd.yaml": unable to get REST mapping for "0000_03_security-openshift_01_scc.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_03_securityinternal-openshift_02_rangeallocation.crd.yaml": unable to get REST mapping for "0000_03_securityinternal-openshift_02_rangeallocation.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_apiserver.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_apiserver.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_authentication.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_authentication.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_build.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_build.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_console.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_console.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_dns.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_dns.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_featuregate.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_featuregate.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_image.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_image.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_imagecontentsourcepolicy.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_imagecontentsourcepolicy.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_infrastructure.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_infrastructure.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_ingress.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_ingress.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_network.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_network.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_oauth.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_oauth.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_project.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_project.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_10_config-operator_01_scheduler.crd.yaml": unable to get REST mapping for "0000_10_config-operator_01_scheduler.crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_80_machine-config-operator_05_1_okd-master-extensions.yaml": unable to get REST mapping for "0000_80_machine-config-operator_05_1_okd-master-extensions.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "0000_80_machine-config-operator_05_2_okd-worker-extensions.yaml": unable to get REST mapping for "0000_80_machine-config-operator_05_2_okd-worker-extensions.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "00_namespace-security-allocation-controller-clusterrole.yaml": unable to get REST mapping for "00_namespace-security-allocation-controller-clusterrole.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "00_namespace-security-allocation-controller-clusterrolebinding.yaml": unable to get REST mapping for "00_namespace-security-allocation-controller-clusterrolebinding.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99-okd-community-operators.yaml": unable to get REST mapping for "99-okd-community-operators.yaml": no matches for kind "OperatorHub" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99-okd-master-disable-mitigations.yaml": unable to get REST mapping for "99-okd-master-disable-mitigations.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99-okd-worker-disable-mitigations.yaml": unable to get REST mapping for "99-okd-worker-disable-mitigations.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_community_operators.yaml": unable to get REST mapping for "99_community_operators.yaml": no matches for kind "OperatorHub" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-cluster-api_master-machines-0.yaml": unable to get REST mapping for "99_openshift-cluster-api_master-machines-0.yaml": no matches for kind "Machine" in version "machine.openshift.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-cluster-api_master-machines-1.yaml": unable to get REST mapping for "99_openshift-cluster-api_master-machines-1.yaml": no matches for kind "Machine" in version "machine.openshift.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-cluster-api_master-machines-2.yaml": unable to get REST mapping for "99_openshift-cluster-api_master-machines-2.yaml": no matches for kind "Machine" in version "machine.openshift.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-cluster-api_worker-machineset-0.yaml": unable to get REST mapping for "99_openshift-cluster-api_worker-machineset-0.yaml": no matches for kind "MachineSet" in version "machine.openshift.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-machineconfig_99-master-ssh.yaml": unable to get REST mapping for "99_openshift-machineconfig_99-master-ssh.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_openshift-machineconfig_99-worker-ssh.yaml": unable to get REST mapping for "99_openshift-machineconfig_99-worker-ssh.yaml": no matches for kind "MachineConfig" in version "machineconfiguration.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "99_role-cloud-creds-secret-reader.yaml": unable to get REST mapping for "99_role-cloud-creds-secret-reader.yaml": no matches for kind "Role" in version "rbac.authorization.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cco-cloudcredential_v1_credentialsrequest_crd.yaml": unable to get REST mapping for "cco-cloudcredential_v1_credentialsrequest_crd.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cco-cloudcredential_v1_operator_config_custresdef.yaml": unable to get REST mapping for "cco-cloudcredential_v1_operator_config_custresdef.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cco-operator-config.yaml": unable to get REST mapping for "cco-operator-config.yaml": no matches for kind "CloudCredential" in version "operator.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-dns-02-config.yml": unable to get REST mapping for "cluster-dns-02-config.yml": no matches for kind "DNS" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-infrastructure-02-config.yml": unable to get REST mapping for "cluster-infrastructure-02-config.yml": no matches for kind "Infrastructure" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-ingress-00-custom-resource-definition.yaml": unable to get REST mapping for "cluster-ingress-00-custom-resource-definition.yaml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-ingress-02-config.yml": unable to get REST mapping for "cluster-ingress-02-config.yml": no matches for kind "Ingress" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-network-01-crd.yml": unable to get REST mapping for "cluster-network-01-crd.yml": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-network-02-config.yml": unable to get REST mapping for "cluster-network-02-config.yml": no matches for kind "Network" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-proxy-01-config.yaml": unable to get REST mapping for "cluster-proxy-01-config.yaml": no matches for kind "Proxy" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-role-binding-kube-apiserver.yaml": unable to get REST mapping for "cluster-role-binding-kube-apiserver.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-role-kube-apiserver.yaml": unable to get REST mapping for "cluster-role-kube-apiserver.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cluster-scheduler-02-config.yml": unable to get REST mapping for "cluster-scheduler-02-config.yml": no matches for kind "Scheduler" in version "config.openshift.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "csr-bootstrap-role-binding.yaml": unable to get REST mapping for "csr-bootstrap-role-binding.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1"
Jun 09 21:56:56 localhost bootkube.sh[20536]: "cvo-overrides.yaml": unable to get REST mapping for "cvo-overrides.yaml": no matches for kind "ClusterVersion" in version "config.openshift.io/v1"
Jun 09 21:56:57 localhost bootkube.sh[20536]: I0609 21:56:57.452309       1 request.go:645] Throttling request took 1.13442635s, request: GET:https://localhost:6443/apis/networking.k8s.io/v1?timeout=32s
Jun 09 21:57:03 localhost bootkube.sh[20536]:         Pod Status:openshift-kube-scheduler/openshift-kube-scheduler        Pending
Jun 09 21:57:03 localhost bootkube.sh[20536]:         Pod Status:openshift-kube-controller-manager/kube-controller-manager        Pending
Jun 09 21:57:03 localhost bootkube.sh[20536]:         Pod Status:openshift-cluster-version/cluster-version-operator        Pending
Jun 09 21:57:03 localhost bootkube.sh[20536]:         Pod Status:openshift-kube-apiserver/kube-apiserver        Pending
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.305660       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_00_cluster-version-operator_01_clusteroperator.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/clusteroperators.config.openshift.io -n  as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.317923       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.339842       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_00_cluster-version-operator_01_clusterversion.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/clusterversions.config.openshift.io -n  as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.350169       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_00_cluster-version-operator_02_roles.yaml" clusterrolebindings.v1.rbac.authorization.k8s.io/cluster-version-operator -n  as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_00_cluster-version-operator_03_deployment.yaml" deployments.v1.apps/cluster-version-operator -n openshift-cluster-version as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_03_authorization-openshift_01_rolebindingrestriction.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/rolebindingrestrictions.authorization.openshift.io -n  as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.494777       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_03_config-operator_01_operatorhub.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/operatorhubs.config.openshift.io -n  as it already exists
Jun 09 21:57:04 localhost bootkube.sh[20536]: W0609 21:57:04.685651       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:04 localhost bootkube.sh[20536]: Skipped "0000_03_config-operator_01_proxy.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/proxies.config.openshift.io -n  as it already exists
Jun 09 21:57:05 localhost bootkube.sh[20536]: W0609 21:57:05.292809       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:05 localhost bootkube.sh[20536]: Skipped "0000_03_quota-openshift_01_clusterresourcequota.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/clusterresourcequotas.quota.openshift.io -n  as it already exists
Jun 09 21:57:05 localhost bootkube.sh[20536]: W0609 21:57:05.478910       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:05 localhost bootkube.sh[20536]: Skipped "0000_03_security-openshift_01_scc.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/securitycontextconstraints.security.openshift.io -n  as it already exists
Jun 09 21:57:06 localhost bootkube.sh[20536]: Skipped "0000_03_securityinternal-openshift_02_rangeallocation.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/rangeallocations.security.internal.openshift.io -n  as it already exists
Jun 09 21:57:06 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_apiserver.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/apiservers.config.openshift.io -n  as it already exists
Jun 09 21:57:06 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_authentication.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/authentications.config.openshift.io -n  as it already exists
Jun 09 21:57:07 localhost bootkube.sh[20536]: W0609 21:57:07.303247       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:07 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_build.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/builds.config.openshift.io -n  as it already exists
Jun 09 21:57:07 localhost bootkube.sh[20536]: W0609 21:57:07.480394       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:07 localhost bootkube.sh[20536]: W0609 21:57:07.691892       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:07 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_console.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/consoles.config.openshift.io -n  as it already exists
Jun 09 21:57:07 localhost bootkube.sh[20536]: W0609 21:57:07.882665       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:08 localhost bootkube.sh[20536]: W0609 21:57:08.095385       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:08 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_dns.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/dnses.config.openshift.io -n  as it already exists
Jun 09 21:57:08 localhost bootkube.sh[20536]: W0609 21:57:08.282693       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:08 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_featuregate.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/featuregates.config.openshift.io -n  as it already exists
Jun 09 21:57:08 localhost bootkube.sh[20536]: W0609 21:57:08.908432       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:08 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_image.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/images.config.openshift.io -n  as it already exists
Jun 09 21:57:09 localhost bootkube.sh[20536]: W0609 21:57:09.083209       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:09 localhost bootkube.sh[20536]: W0609 21:57:09.298015       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:09 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_imagecontentsourcepolicy.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/imagecontentsourcepolicies.operator.openshift.io -n  as it already exists
Jun 09 21:57:09 localhost bootkube.sh[20536]: W0609 21:57:09.486162       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:09 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_infrastructure.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/infrastructures.config.openshift.io -n  as it already exists
Jun 09 21:57:10 localhost bootkube.sh[20536]: W0609 21:57:10.099558       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:10 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_ingress.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/ingresses.config.openshift.io -n  as it already exists
Jun 09 21:57:10 localhost bootkube.sh[20536]: W0609 21:57:10.288785       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:10 localhost bootkube.sh[20536]: W0609 21:57:10.495728       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:10 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_network.crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/networks.config.openshift.io -n  as it already exists
Jun 09 21:57:10 localhost bootkube.sh[20536]: W0609 21:57:10.682622       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:10 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_oauth.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/oauths.config.openshift.io -n  as it already exists
Jun 09 21:57:11 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_project.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/projects.config.openshift.io -n  as it already exists
Jun 09 21:57:11 localhost bootkube.sh[20536]: Skipped "0000_10_config-operator_01_scheduler.crd.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/schedulers.config.openshift.io -n  as it already exists
Jun 09 21:57:12 localhost bootkube.sh[20536]: Skipped "0000_80_machine-config-operator_05_1_okd-master-extensions.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-master-okd-extensions -n  as it already exists
Jun 09 21:57:12 localhost bootkube.sh[20536]: Skipped "0000_80_machine-config-operator_05_2_okd-worker-extensions.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-worker-okd-extensions -n  as it already exists
Jun 09 21:57:12 localhost bootkube.sh[20536]: Skipped "00_namespace-security-allocation-controller-clusterrole.yaml" clusterroles.v1.rbac.authorization.k8s.io/system:openshift:controller:namespace-security-allocation-controller -n  as it already exists
Jun 09 21:57:13 localhost bootkube.sh[20536]: Skipped "00_namespace-security-allocation-controller-clusterrolebinding.yaml" clusterrolebindings.v1.rbac.authorization.k8s.io/system:openshift:controller:namespace-security-allocation-controller -n  as it already exists
Jun 09 21:57:13 localhost bootkube.sh[20536]: Skipped "99-okd-community-operators.yaml" operatorhubs.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:14 localhost bootkube.sh[20536]: Skipped "99-okd-master-disable-mitigations.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-okd-master-disable-mitigations -n  as it already exists
Jun 09 21:57:14 localhost bootkube.sh[20536]: Skipped "99-okd-worker-disable-mitigations.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-okd-worker-disable-mitigations -n  as it already exists
Jun 09 21:57:14 localhost bootkube.sh[20536]: Skipped "99_community_operators.yaml" operatorhubs.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:15 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_master-machines-0.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-0 -n openshift-machine-api as it already exists
Jun 09 21:57:15 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_master-machines-1.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-1 -n openshift-machine-api as it already exists
Jun 09 21:57:16 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_master-machines-2.yaml" machines.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-master-2 -n openshift-machine-api as it already exists
Jun 09 21:57:16 localhost bootkube.sh[20536]: Skipped "99_openshift-cluster-api_worker-machineset-0.yaml" machinesets.v1beta1.machine.openshift.io/summit-testcluster-infra-9lsd2-worker -n openshift-machine-api as it already exists
Jun 09 21:57:16 localhost bootkube.sh[20536]: Skipped "99_openshift-machineconfig_99-master-ssh.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-master-ssh -n  as it already exists
Jun 09 21:57:17 localhost bootkube.sh[20536]: Skipped "99_openshift-machineconfig_99-worker-ssh.yaml" machineconfigs.v1.machineconfiguration.openshift.io/99-worker-ssh -n  as it already exists
Jun 09 21:57:17 localhost bootkube.sh[20536]: W0609 21:57:17.712960       1 warnings.go:67] rbac.authorization.k8s.io/v1beta1 Role is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 Role
Jun 09 21:57:17 localhost bootkube.sh[20536]: Skipped "99_role-cloud-creds-secret-reader.yaml" roles.v1beta1.rbac.authorization.k8s.io/vsphere-creds-secret-reader -n kube-system as it already exists
Jun 09 21:57:17 localhost bootkube.sh[20536]: W0609 21:57:17.900502       1 warnings.go:67] rbac.authorization.k8s.io/v1beta1 Role is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 Role
Jun 09 21:57:18 localhost bootkube.sh[20536]: W0609 21:57:18.120243       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:18 localhost bootkube.sh[20536]: Skipped "cco-cloudcredential_v1_credentialsrequest_crd.yaml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/credentialsrequests.cloudcredential.openshift.io -n  as it already exists
Jun 09 21:57:18 localhost bootkube.sh[20536]: W0609 21:57:18.295031       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:18 localhost bootkube.sh[20536]: Skipped "cco-cloudcredential_v1_operator_config_custresdef.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/cloudcredentials.operator.openshift.io -n  as it already exists
Jun 09 21:57:18 localhost bootkube.sh[20536]: Skipped "cco-operator-config.yaml" cloudcredentials.v1.operator.openshift.io/cluster -n  as it already exists
Jun 09 21:57:19 localhost bootkube.sh[20536]: Skipped "cluster-dns-02-config.yml" dnses.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:19 localhost bootkube.sh[20536]: Skipped "cluster-infrastructure-02-config.yml" infrastructures.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:20 localhost bootkube.sh[20536]: Skipped "cluster-ingress-00-custom-resource-definition.yaml" customresourcedefinitions.v1.apiextensions.k8s.io/ingresscontrollers.operator.openshift.io -n  as it already exists
Jun 09 21:57:20 localhost bootkube.sh[20536]: Skipped "cluster-ingress-02-config.yml" ingresses.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:20 localhost bootkube.sh[20536]: W0609 21:57:20.890514       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:20 localhost bootkube.sh[20536]: Skipped "cluster-network-01-crd.yml" customresourcedefinitions.v1beta1.apiextensions.k8s.io/networks.operator.openshift.io -n  as it already exists
Jun 09 21:57:21 localhost bootkube.sh[20536]: W0609 21:57:21.092959       1 warnings.go:67] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
Jun 09 21:57:21 localhost bootkube.sh[20536]: Skipped "cluster-network-02-config.yml" networks.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:21 localhost bootkube.sh[20536]: Skipped "cluster-proxy-01-config.yaml" proxies.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:22 localhost bootkube.sh[20536]: Skipped "cluster-role-binding-kube-apiserver.yaml" clusterrolebindings.v1.rbac.authorization.k8s.io/kube-apiserver -n  as it already exists
Jun 09 21:57:22 localhost bootkube.sh[20536]: Skipped "cluster-role-kube-apiserver.yaml" clusterroles.v1.rbac.authorization.k8s.io/kube-apiserver -n  as it already exists
Jun 09 21:57:22 localhost bootkube.sh[20536]: Skipped "cluster-scheduler-02-config.yml" schedulers.v1.config.openshift.io/cluster -n  as it already exists
Jun 09 21:57:23 localhost bootkube.sh[20536]: Skipped "csr-bootstrap-role-binding.yaml" clusterrolebindings.v1.rbac.authorization.k8s.io/system-bootstrap-node-bootstrapper -n  as it already exists
Jun 09 21:57:23 localhost bootkube.sh[20536]: Skipped "cvo-overrides.yaml" clusterversions.v1.config.openshift.io/version -n openshift-cluster-version as it already exists

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions